mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 01:54:22 +00:00
[DS-2184] RSS section header style doesn't match the rest in Mirage 2
This commit is contained in:
@@ -126,9 +126,9 @@
|
|||||||
<!-- DS-984 Add RSS Links to Options Box -->
|
<!-- DS-984 Add RSS Links to Options Box -->
|
||||||
<xsl:if test="count(/dri:document/dri:meta/dri:pageMeta/dri:metadata[@element='feed']) != 0">
|
<xsl:if test="count(/dri:document/dri:meta/dri:pageMeta/dri:metadata[@element='feed']) != 0">
|
||||||
<div>
|
<div>
|
||||||
<h6 class="ds-option-set-head">
|
<h2 class="ds-option-set-head h6">
|
||||||
<i18n:text>xmlui.feed.header</i18n:text>
|
<i18n:text>xmlui.feed.header</i18n:text>
|
||||||
</h6>
|
</h2>
|
||||||
<div id="ds-feed-option" class="ds-option-set list-group">
|
<div id="ds-feed-option" class="ds-option-set list-group">
|
||||||
<xsl:call-template name="addRSSLinks"/>
|
<xsl:call-template name="addRSSLinks"/>
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user