]> arthur.barton.de Git - bup.git/commit
web: Make output follow html4 standard
authorGabriel Filion <lelutin@gmail.com>
Wed, 21 Jul 2010 02:45:36 +0000 (22:45 -0400)
committerAvery Pennarun <apenwarr@gmail.com>
Wed, 21 Jul 2010 04:09:16 +0000 (00:09 -0400)
commit8be0d95980bda47142ec41f4252ec9563d49f2bc
tree3579a5589eb875f7e4138f6bd4ffcfb3cc591713
parent13251ef2ddcc99ee5483768985bfd3f1e5e1dd77
web: Make output follow html4 standard

Add a doctype to specify which HTML version to use, in our case use the
HTML4.01 transitional doctype.

Close the second <th> tag so that it doesn't appear as 3 columns.

Add a charset definition in the head of the document.

Signed-off-by: Gabriel Filion <lelutin@gmail.com>
cmd/web-cmd.py