]> granicus.if.org Git - docbook-dsssl/commitdiff
output "\&." instead of just plain "\." (because plain "\." does
authorMichael Smith <xmldoc@users.sourceforge.net>
Mon, 15 Jan 2007 13:02:34 +0000 (13:02 +0000)
committerMichael Smith <xmldoc@users.sourceforge.net>
Mon, 15 Jan 2007 13:02:34 +0000 (13:02 +0000)
not work...)

xsl/params/man.string.subst.map.xml

index ef47531a4899c05ebadad2da678ddfac51d86db9..dd2229b9393cb1ae48a1577f20fc9c63f039d63d 100644 (file)
@@ -16,7 +16,7 @@
   <substitution oldstring="\" newstring="\\"/>
   <!-- * escape all dots at the beginnings of lines (because roff -->
   <!-- * interprets them as the start of roff requests) -->
-  <substitution oldstring="&#10;." newstring="&#10;\."/>
+  <substitution oldstring="&#10;." newstring="&#10;\&amp;."/>
   <!-- * the stylesheets use U+2302 internally to represent the start of a -->
   <!-- * roff request; for output, we need to convert that internal -->
   <!-- * representation to the character that roff actually uses to mark -->