summaryrefslogtreecommitdiff
path: root/xslt/mallard/html/mal2html-page.xsl
diff options
context:
space:
mode:
authorShaun McCance <shaunm@gnome.org>2008-11-09 16:45:02 -0600
committerShaun McCance <shaunm@gnome.org>2009-04-19 11:13:13 -0500
commitdb754735492b8f86e390f1f0739c2305be8bb293 (patch)
treea4c26918d9dbe65e26813d2e95d314e10f547ad3 /xslt/mallard/html/mal2html-page.xsl
parenteb8ac36b69c5daf0730368f424f4d38662d0ae1a (diff)
downloadyelp-tools-db754735492b8f86e390f1f0739c2305be8bb293.tar.gz
Dont split see-also lists onto two lines. Needs design love
Diffstat (limited to 'xslt/mallard/html/mal2html-page.xsl')
-rw-r--r--xslt/mallard/html/mal2html-page.xsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/xslt/mallard/html/mal2html-page.xsl b/xslt/mallard/html/mal2html-page.xsl
index fdfbf5d..2cabdb2 100644
--- a/xslt/mallard/html/mal2html-page.xsl
+++ b/xslt/mallard/html/mal2html-page.xsl
@@ -380,7 +380,7 @@ REMARK: Describe this template
<xsl:if test="$inlinks or $outlinks">
<div class="seealsolinks">
<!-- FIXME: i18n -->
- <div class="title">See Also</div>
+ <span>See Also: </span>
<xsl:for-each select="$inlinks">
<xsl:call-template name="mal2html.page.seealsolink">
<xsl:with-param name="node" select="$node"/>