summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShaun McCance <shaunm@src.gnome.org>2005-09-19 01:06:16 +0000
committerShaun McCance <shaunm@src.gnome.org>2005-09-19 01:06:16 +0000
commit0bbbb006e7b6a188f203d048857d8a9128bbd4fa (patch)
tree36e19b6eed2fb773d88678cb5173cc3098ec27a7
parenteea734aaab57d87d095043fd830317715a6642db (diff)
downloadgnome-doc-utils-0bbbb006e7b6a188f203d048857d8a9128bbd4fa.tar.gz
- Fixed bug which causes quote to be formatted as citetitle
* xslt/docbook/html/db2html-inline.xsl: - Fixed bug which causes quote to be formatted as citetitle
-rw-r--r--ChangeLog5
-rw-r--r--xslt/docbook/html/db2html-inline.xsl2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 79db254..be6be8a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-09-18 Shaun McCance <shaunm@gnome.org>
+
+ * xslt/docbook/html/db2html-inline.xsl:
+ - Fixed bug which causes quote to be formatted as citetitle
+
2005-09-13 Stepan Kasal <kasal@ucw.cz>
* gnome-doc-prepare.in, gnome-doc-utils.pc.in: Add datarootdir
diff --git a/xslt/docbook/html/db2html-inline.xsl b/xslt/docbook/html/db2html-inline.xsl
index 2a66041..725cd55 100644
--- a/xslt/docbook/html/db2html-inline.xsl
+++ b/xslt/docbook/html/db2html-inline.xsl
@@ -613,7 +613,7 @@ Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
<xsl:template match="quote">
<span class="quote">
<xsl:call-template name="l10n.gettext">
- <xsl:with-param name="msgid" select="'citetitle.format'"/>
+ <xsl:with-param name="msgid" select="'quote.format'"/>
<xsl:with-param name="role">
<xsl:choose>
<xsl:when test="(count(ancestor::quote) mod 2) = 0">