From f1b4fd9a6a1fac1e5661eb32b1ff48e080422ee7 Mon Sep 17 00:00:00 2001 From: dyork <> Date: Tue, 31 Jul 2001 17:15:06 +0000 Subject: [PATCH] - Fixed OR statement in template that allows both 'role="strong"' and 'role="bold"'. It was originally two tests. In consolidating it, I used "@role='bold'|@role='strong'" when I needed to actually use "(@role='strong') or (@role='bold')". Fixed. --- LDP/builder/xsl/ldp-html-common.xsl | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/LDP/builder/xsl/ldp-html-common.xsl b/LDP/builder/xsl/ldp-html-common.xsl index 72118c3f..4961b1b7 100644 --- a/LDP/builder/xsl/ldp-html-common.xsl +++ b/LDP/builder/xsl/ldp-html-common.xsl @@ -30,8 +30,9 @@ that spaces *are* significant in the value, so you should have a space after the colon. --> -Maintainer: -Author: +Maintainer: +Author: + @@ -120,7 +121,7 @@ also produce a bold item. --> - + @@ -203,10 +204,10 @@ assume it is an author. --> - + - +