rubys       01/03/07 07:13:35

  Modified:    proposal/gump/stylesheet bash.xsl
  Log:
  Commit the remainder of the patch from John Morrison
  
  Revision  Changes    Path
  1.11      +2 -1      jakarta-alexandria/proposal/gump/stylesheet/bash.xsl
  
  Index: bash.xsl
  ===================================================================
  RCS file: /home/cvs/jakarta-alexandria/proposal/gump/stylesheet/bash.xsl,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- bash.xsl  2001/03/06 18:11:49     1.10
  +++ bash.xsl  2001/03/07 15:13:34     1.11
  @@ -599,7 +599,7 @@
     <xsl:template name="escape">
       <xsl:param name="string"/>
   
  -    <xsl:variable name="work" select="translate($string,'(){&amp;',';;;;')"/>
  +    <xsl:variable name="work" select="translate($string,'(){&amp;#',';;;;;')"/>
   
       <xsl:choose>
         <xsl:when test="contains($work,';')">
  @@ -624,3 +624,4 @@
     </xsl:template>
   
   </xsl:stylesheet>
  +
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to