Someone goofed, accidentally.  Here's the 1LOC fix.  :)

        John
Index: abi/src/wp/impexp/xp/ie_exp_AbiWord_1.cpp
===================================================================
RCS file: /cvsroot/abi/src/wp/impexp/xp/ie_exp_AbiWord_1.cpp,v
retrieving revision 1.82
diff -u -3 -p -u -r1.82 ie_exp_AbiWord_1.cpp
--- abi/src/wp/impexp/xp/ie_exp_AbiWord_1.cpp   2001/08/20 18:26:52     1.82
+++ abi/src/wp/impexp/xp/ie_exp_AbiWord_1.cpp   2001/08/21 02:32:19
@@ -408,7 +408,7 @@ s_AbiWord_1_Listener::s_AbiWord_1_Listen
        // documents more easily.   
 
        // TODO: write out a DOCTYPE description after we update the DTD
-       m_pie->write ("<!DOCTYPE abw PUBLIC PUBLIC \"-//ABISOURCE//DTD ABW 1.0 
Strict//EN\" \"http://www.abisource.com/awml.dtd\";>\n");
+       m_pie->write ("<!DOCTYPE abw PUBLIC \"-//ABISOURCE//DTD ABW 1.0 Strict//EN\" 
+\"http://www.abisource.com/awml.dtd\";>\n");
 
        m_pie->write("<abiword");
        m_pie->write(" version=\"");

Reply via email to