goba            Sat Feb  9 10:05:16 2002 EDT

  Modified files:              
    /phpdoc/xsl htmlhelp.xsl.in 
  Log:
  I would like to see a space-nbsp-space here
  
  
Index: phpdoc/xsl/htmlhelp.xsl.in
diff -u phpdoc/xsl/htmlhelp.xsl.in:1.4 phpdoc/xsl/htmlhelp.xsl.in:1.5
--- phpdoc/xsl/htmlhelp.xsl.in:1.4      Sat Feb  9 09:43:16 2002
+++ phpdoc/xsl/htmlhelp.xsl.in  Sat Feb  9 10:05:15 2002
@@ -3,7 +3,7 @@
 
   HTML Help specific stylesheet
 
-  $Id: htmlhelp.xsl.in,v 1.4 2002/02/09 14:43:16 goba Exp $
+  $Id: htmlhelp.xsl.in,v 1.5 2002/02/09 15:05:15 goba Exp $
 
 -->
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
@@ -86,7 +86,7 @@
     <tr align="center" valign="middle"> 
       <td colspan="3">
         <a href="javascript:thisPageOnline();">This page online</a>
-        <xsl:text> &amp;nbsp; </xsl:text>
+        <xsl:text><![CDATA[ &nbsp; ]]></xsl:text>
         <a href="javascript:bugOnPage();">Report a bug</a>
       </td>
     </tr>


Reply via email to