XHTML fixes

This commit is contained in:
Wouter van Oijen 2006-04-19 05:56:26 +00:00
parent d70002dfed
commit 9df4b8b2bd
2 changed files with 4 additions and 5 deletions

View file

@ -1,5 +1,5 @@
#WeatherDataTmpl0000001
<a name="<tmpl_var assetId>"></a>
<a name="id<tmpl_var assetId>"></a>
<tmpl_if session.var.adminOn>
<p><tmpl_var controls></p>
@ -10,7 +10,7 @@
</tmpl_if>
<tmpl_if description>
<tmpl_var description><p />
<tmpl_var description><p></p>
</tmpl_if>
<tmpl_loop ourLocations.loop>

View file

@ -6,11 +6,10 @@
<link rel="icon" href="^Extras;favicon.png" type="image/png" />
<link rel="shortcut icon" href="^Extras;favicon.ico" />
<tmpl_var head.tags>
<style>
<style type="text/css">
body {
margin: 0;
margin-top: 0;
padding: 0;
padding: 0;
}
</style>
</head>