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-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d84a8de8ef8eae572799405752102ed9462e3cbd;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 @@ - +