Skip to content

Commit

Permalink
Updated eprint issue citation to use divs rather than tr and td eleme…
Browse files Browse the repository at this point in the history
…nts.
  • Loading branch information
drn05r authored and EPrints Services committed Aug 10, 2020
1 parent a0078fa commit c53677f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions lib/citations/eprint/issue.xml
Expand Up @@ -5,11 +5,11 @@
-->

<cite:citation xmlns="http://www.w3.org/1999/xhtml" xmlns:cite="http://eprints.org/ep3/citation" xmlns:epc="http://eprints.org/ep3/control" type="table_row">
<tr class="ep_search_result">
<td style="padding-left: 0.5em"><epc:print expr="$n" />.</td>
<td style="padding-left: 0.5em">
<div class="ep_search_result">
<div><epc:print expr="$n" />.</div>
<div>
<epc:print expr="$item.citation('default')" />
<div><epc:print expr="item_issues"/></div>
</td>
</tr>
</div>
</div>
</cite:citation>

0 comments on commit c53677f

Please sign in to comment.