ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/cfmaps/cfarch2html
(Generate patch)

Comparing cfmaps/cfarch2html (file contents):
Revision 1.8 by root, Sun Nov 20 05:02:58 2005 UTC vs.
Revision 1.9 by root, Sun Nov 20 20:37:13 2005 UTC

43my $H = $meta->{height} * $T; 43my $H = $meta->{height} * $T;
44 44
45my (@path) = split /\//, $path; 45my (@path) = split /\//, $path;
46 46
47print "<?xml version='1.0' encoding='utf-8'?>", 47print "<?xml version='1.0' encoding='utf-8'?>",
48 "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.1//EN\" \"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd\">",
49 "<html xmlns='http://www.w3.org/1999/xhtml' xml:lang='en'>", 48 "<html xmlns='http://www.w3.org/1999/xhtml' xml:lang='en'>",
50 "<head>", 49 "<head>",
51 "<title>Crossfire Archetypes</title>", 50 "<title>Crossfire Archetypes</title>",
52 "<link rel='stylesheet' type='text/css' media='all' href='/common.css'/>", 51 "<link rel='stylesheet' type='text/css' media='all' href='/common.css'/>",
53 "</head>", 52 "</head>",

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines