Ticket #1410 (closed defect: fixed)
Image paths should be changed to use Freemarker variable
| Reported by: | stoomey | Owned by: | zmclaughlin |
|---|---|---|---|
| Priority: | high | Milestone: | 0.9.5_rc2 |
| Component: | ambra | Version: | 0.9.3 |
| Keywords: | Cc: |
Description
I'm noticing that both article_metrics.ftl and article_related.ftl include image paths like this: <img id="relatedBookmarksSpinner" src="../../images/loading_small.gif" class="loading" />
These image paths should probably be changed to use a Freemarker variable instead: <img id="relatedBookmarksSpinner" src="${freemarker_config.context}/images/loading_small.gif" class="loading" />
Also, we should check other ftls for the same issue.
Change History
Note: See
TracTickets for help on using
tickets.
