[chg] cleanup html structure

This commit is contained in:
Knah Tsaeb 2015-07-03 10:02:58 +02:00
parent 8afd5016af
commit c5eeb78c3c

View file

@ -1,15 +1,17 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head>{include="includes"}</head> <head>
<body> {include="includes"}
<div id="pageheader">{include="page.header"}</div> </head>
<center> <body>
<div id="cloudtag"> <div id="pageheader">
{include="page.header"}
</div>
<div id="cloudtag">
{loop="tags"} {loop="tags"}
<span>{$value.count}</span><a href="?searchtags={$key|htmlspecialchars}" style="font-size:{$value.size}em;">{$key|htmlspecialchars}</a> <span>{$value.count}</span><a href="?searchtags={$key|htmlspecialchars}" style="font-size:{$value.size}em;">{$key|htmlspecialchars}</a>
{/loop} {/loop}
</div> </div>
</center> {include="page.footer"}
{include="page.footer"} </body>
</body>
</html> </html>