rubys       01/03/20 04:31:18

  Modified:    proposal/gump/stylesheet bash.xsl
  Log:
  Stupid is as stupid does...  ;-)
  
  Thanks to John Morrison for pointing this error out.
  
  Revision  Changes    Path
  1.16      +1 -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.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- bash.xsl  2001/03/20 00:47:29     1.15
  +++ bash.xsl  2001/03/20 12:31:13     1.16
  @@ -611,7 +611,7 @@
       <xsl:param name="string"/>
   
       <xsl:variable name="work" 
  -      select="translate($string,'(){&amp;#"',';;;;;;')"/>
  +      select="translate($string,'(){&amp;#&quot;',';;;;;;')"/>
   
       <xsl:choose>
         <xsl:when test="contains($work,';')">
  
  
  

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

Reply via email to