From 62cb8618c55c19d37f1cb883a874996c7a58310f Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Tue, 22 Aug 2006 05:03:46 +0000 Subject: [PATCH] Added person.name.normalized template to cause contents of author, editor, etc., names to be normalized. Also added normalization in several others places in *info output that lacked it. Thanks to Daniel Leidert. --- xsl/manpages/info.xsl | 24 ++++++++++++++++++------ xsl/manpages/utility.xsl | 9 +++++++++ 2 files changed, 27 insertions(+), 6 deletions(-) diff --git a/xsl/manpages/info.xsl b/xsl/manpages/info.xsl index d2f3fd454..dc6999f77 100644 --- a/xsl/manpages/info.xsl +++ b/xsl/manpages/info.xsl @@ -141,7 +141,7 @@ - + @@ -225,7 +225,7 @@ - + @@ -316,10 +316,16 @@ <\& - + + + + - + + + + \&> @@ -463,7 +469,10 @@ - + + + + . @@ -539,7 +548,10 @@ - + + + + .br diff --git a/xsl/manpages/utility.xsl b/xsl/manpages/utility.xsl index d6492cd88..65e5babe3 100644 --- a/xsl/manpages/utility.xsl +++ b/xsl/manpages/utility.xsl @@ -225,6 +225,15 @@ + + + + + + + + + -- 2.50.1