You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xmlbeans.apache.org by kk...@apache.org on 2004/11/30 01:54:03 UTC

cvs commit: xml-xmlbeans/v2/src/newstore2/org/apache/xmlbeans/impl/newstore2 Saver.java

kkrouse     2004/11/29 16:54:03

  Modified:    v2/src/newstore2/org/apache/xmlbeans/impl/newstore2
                        Saver.java
  Log:
  forgot the '!' in DOCTYPE
  
  Revision  Changes    Path
  1.34      +1 -1      xml-xmlbeans/v2/src/newstore2/org/apache/xmlbeans/impl/newstore2/Saver.java
  
  Index: Saver.java
  ===================================================================
  RCS file: /home/cvs/xml-xmlbeans/v2/src/newstore2/org/apache/xmlbeans/impl/newstore2/Saver.java,v
  retrieving revision 1.33
  retrieving revision 1.34
  diff -u -r1.33 -r1.34
  --- Saver.java	30 Nov 2004 00:02:03 -0000	1.33
  +++ Saver.java	30 Nov 2004 00:54:03 -0000	1.34
  @@ -1023,7 +1023,7 @@
           {
               assert docTypeName != null;
   
  -            emit( "<DOCTYPE " );
  +            emit( "<!DOCTYPE " );
               emit( docTypeName );
   
               if (publicId == null && systemId != null)
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xmlbeans.apache.org
For additional commands, e-mail: commits-help@xmlbeans.apache.org