From: Michael Smith Date: Wed, 4 May 2005 20:17:12 +0000 (+0000) Subject: escape single quotation marks in ToC for titles and titleabbrev in X-Git-Tag: release/1.79.1~6^2~3566 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e4d0dcc896dcf78afac15eef2fef4c703186c964;p=docbook-dsssl escape single quotation marks in ToC for titles and titleabbrev in foilgroup and foil (closes bug #1194308; thanks to Tomas Hajek for reporting the bug) --- diff --git a/slides/xsl/html/frames.xsl b/slides/xsl/html/frames.xsl index e2bd8db15..759071e47 100644 --- a/slides/xsl/html/frames.xsl +++ b/slides/xsl/html/frames.xsl @@ -1948,14 +1948,20 @@ function init() { " target="foil"> - - - - - - - - + + + + + + + + + + + + ' + \' + <\/a><\/div> '); @@ -1985,14 +1991,20 @@ function init() { " target="foil"> - - - - - - - - + + + + + + + + + + + + ' + \' + <\/a><\/div> ');