You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axkit-dev@xml.apache.org by ma...@apache.org on 2003/08/07 12:36:57 UTC

cvs commit: xml-axkit/lib/Apache/AxKit/Language XSP.pm

matts       2003/08/07 03:36:57

  Modified:    lib/Apache/AxKit/Language XSP.pm
  Log:
  Fix bug with >1 expr in attributes
  
  Revision  Changes    Path
  1.47      +2 -1      xml-axkit/lib/Apache/AxKit/Language/XSP.pm
  
  Index: XSP.pm
  ===================================================================
  RCS file: /home/cvs/xml-axkit/lib/Apache/AxKit/Language/XSP.pm,v
  retrieving revision 1.46
  retrieving revision 1.47
  diff -u -r1.46 -r1.47
  --- XSP.pm	28 Jul 2003 22:53:20 -0000	1.46
  +++ XSP.pm	7 Aug 2003 10:36:57 -0000	1.47
  @@ -884,6 +884,7 @@
                   next;
               }
               $output .= "}";
  +            last;
           }
       }
       $value =~ /\G(.*)$/gc and $output .= "." . makeSingleQuoted(_undouble_curlies($1));