From faf67a63d77899545c58be1fa0969e95aa85df08 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Wed, 28 Sep 2005 02:23:47 +0000 Subject: [PATCH] Problem: Garbage characters appear in content of Title attribute in HTML output. Cause: Contents of Alt element, including line breaks, were being copied over "as is" to value of Title attribute in HTML output. Line breaks in Title appear a garbage characters when displayed as pop-up "tool text". Fix: Added call to normalize-space() when transforming content of Alt for HTML output. Closes #1254532. Thanks to Sam Steingold for reporting the problem. --- xsl/html/html.xsl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xsl/html/html.xsl b/xsl/html/html.xsl index 400a9dd54..15fd486e9 100644 --- a/xsl/html/html.xsl +++ b/xsl/html/html.xsl @@ -22,7 +22,7 @@ - + -- 2.50.1