[gforth] / gforth / wf.fs  

gforth: gforth/wf.fs

Diff for /gforth/wf.fs between version 1.44 and 1.45

version 1.44, Sun Mar 19 23:24:57 2006 UTC version 1.45, Sun Mar 19 23:27:38 2006 UTC
Line 682 
Line 682 
            s" text/css" s" type" opt s" link" tag/ cr             s" text/css" s" type" opt s" link" tag/ cr
        THEN  THEN ;         THEN  THEN ;
 : .title ( addr u -- )  1 envs ! oldenv off  : .title ( addr u -- )  1 envs ! oldenv off
     .' <?xml version="1.0" encoding="' _charset $@ .upcase .' "?>' cr      _charset $@ s" utf-8" str= 0=
       IF  .' <?xml version="1.0" encoding="' _charset $@ .upcase .' "?>' cr  THEN
     .' <!DOCTYPE html' cr      .' <!DOCTYPE html' cr
     .'   PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"' cr      .'   PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"' cr
     .'   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">' cr      .'   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">' cr


Generate output suitable for use with a patch program
Legend:
Removed from v.1.44  
changed lines
  Added in v.1.45

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help