]> granicus.if.org Git - docbook-dsssl/commitdiff
Fixed problem where newlines were dropped before dots.
authorMichael Smith <xmldoc@users.sourceforge.net>
Mon, 15 Jan 2007 12:38:50 +0000 (12:38 +0000)
committerMichael Smith <xmldoc@users.sourceforge.net>
Mon, 15 Jan 2007 12:38:50 +0000 (12:38 +0000)
xsl/params/man.string.subst.map.xml

index c5696088180d56ba2d990fcdbb443d57f33cab8d..ef47531a4899c05ebadad2da678ddfac51d86db9 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="\."/>
+  <substitution oldstring="&#10;." newstring="&#10;\."/>
   <!-- * 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 -->