summaryrefslogtreecommitdiff
path: root/stylesheets
diff options
context:
space:
mode:
authorShaun McCance <shaunm@src.gnome.org>2004-09-24 07:17:40 +0000
committerShaun McCance <shaunm@src.gnome.org>2004-09-24 07:17:40 +0000
commitd4c56aa1940f75ae0dba7d06b1033dbf6b24851a (patch)
treeb6d43948e371a730430ff8f42ea5569e688df72f /stylesheets
parentd1765a064bad7acdcd3b47a3190d709425cbf958 (diff)
downloadyelp-d4c56aa1940f75ae0dba7d06b1033dbf6b24851a.tar.gz
- GEKCO! Big thanks to Marco for the patch.
* configure.in: * src/Makefile.am: * src/yelp-html-gecko.c: * src/yelp-gecko-utils.cpp: * src/yelp-gecko-utils.h: * src/yelp-html.h: * src/yelp-window.c: - GEKCO! Big thanks to Marco for the patch. * src/yelp-base.c: * src/yelp-window.c: - Initial work on the Firefox-esque Find toolbar. * src/yelp-db-pager.c: * src/yelp-error.c: * src/yelp-error.h: - Fixed a crasher. * stylesheets/man2html.xsl: - Fixed a type in the templates.
Diffstat (limited to 'stylesheets')
-rw-r--r--stylesheets/man2html.xsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/stylesheets/man2html.xsl b/stylesheets/man2html.xsl
index e8a6715d..14789d0a 100644
--- a/stylesheets/man2html.xsl
+++ b/stylesheets/man2html.xsl
@@ -72,7 +72,7 @@ dd + dt { margin-top: 1.6em; }
</xsl:template>
<xsl:template match="I | fI">
- <i><xsl:apply-template/></i>
+ <i><xsl:apply-templates/></i>
</xsl:template>
<xsl:template match="P">