commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gnue/common/scripts gnuedtd


From: Jason Cater
Subject: gnue/common/scripts gnuedtd
Date: Wed, 24 Jul 2002 16:40:45 -0400

CVSROOT:        /cvsroot/gnue
Module name:    gnue
Changes by:     Jason Cater <address@hidden>    02/07/24 16:40:43

Modified files:
        common/scripts : gnuedtd 

Log message:
        fixed #DEFAULT error

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/common/scripts/gnuedtd.diff?tr1=1.7&tr2=1.8&r1=text&r2=text

Patches:
Index: gnue/common/scripts/gnuedtd
diff -c gnue/common/scripts/gnuedtd:1.7 gnue/common/scripts/gnuedtd:1.8
*** gnue/common/scripts/gnuedtd:1.7     Mon Jul 15 16:00:18 2002
--- gnue/common/scripts/gnuedtd Wed Jul 24 16:40:43 2002
***************
*** 414,420 ****
  
          elif dflt != None:
            indent = len(attdef)
!           attdef = attdef + ' %s #DEFAULT "%s">' \
                % (self.typecasts[datatype], dflt)
            self.dest.write(self.wrap(indent, attdef, 0))
  
--- 414,420 ----
  
          elif dflt != None:
            indent = len(attdef)
!           attdef = attdef + ' %s "%s">' \
                % (self.typecasts[datatype], dflt)
            self.dest.write(self.wrap(indent, attdef, 0))
  



reply via email to

[Prev in Thread] Current Thread [Next in Thread]