XHTML fixes
This commit is contained in:
parent
d70002dfed
commit
9df4b8b2bd
2 changed files with 4 additions and 5 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue