Changeset 7806

Show
Ignore:
Timestamp:
07/27/09 17:02:33 (12 months ago)
Author:
stoomey
Message:

Added CSS to correctly position cumulative graph axis labels. I also found and closed an open html <p> tag in the article rhc ftls. Fixes #1371

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • head/ambra/webapp/src/main/webapp/article/article_rhc.ftl

    r7805 r7806  
    4646      <#list articleIssues as oneIssue> 
    4747        <@s.a href="${freemarker_config.getJournalUrl(oneIssue[1])}${freemarker_config.context}/article/browseIssue.action?issue=${oneIssue[4]?url}" title="Browse Open-Access Issue">${oneIssue[5]} ${oneIssue[3]} Issue of <em>${freemarker_config.getDisplayName(oneIssue[1])}</em></@s.a> 
    48       </#list> 
     48      </#list></p> 
    4949    </div> 
    5050  </#if>