Version 1 of TclHttpd change + div tag css style

Updated 2007-02-19 22:43:46

Here is the diff output on custom/mypage.tcl

 G3:~/tclhttpd3.5.1/custom G3$ diff mypage.tcl-original mypage.tcl
 41c41 
 < 
 ---
 >     append html [html::openTag "div" "class=\"content\""]
 101a102 
 >     append html [::html::closeTag]

And the diff output on htdocs/.tml

 G3:~/tclhttpd3.5.1/htdocs G3$ diff tml-original .tml
 46a47,48 
 > html::headTag "link rel=\"stylesheet\" href=\"/styles/dynamic.css\" "
 >

LGT