From: Michael Smith Date: Tue, 26 Feb 2008 11:51:32 +0000 (+0000) Subject: corrected a regression I introduced about a year ago that caused X-Git-Tag: release/1.79.1~6^2~1505 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ce34b9725d7ffe4518bd7551119d24f52d440487;p=docbook-dsssl corrected a regression I introduced about a year ago that caused dots to be output just as "\." -- instead needs to be "\&." (which is what it will be now, after this change) --- diff --git a/xsl/manpages/other.xsl b/xsl/manpages/other.xsl index 034a6df0b..47e99733a 100644 --- a/xsl/manpages/other.xsl +++ b/xsl/manpages/other.xsl @@ -230,7 +230,7 @@ db:manvolnum . - \. + \&. diff --git a/xsl/manpages/utility.xsl b/xsl/manpages/utility.xsl index d3ba029ad..355ea2c09 100644 --- a/xsl/manpages/utility.xsl +++ b/xsl/manpages/utility.xsl @@ -146,7 +146,7 @@ - +