[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">
{loop="tags"} {include="page.header"}
<span>{$value.count}</span><a href="?searchtags={$key|htmlspecialchars}" style="font-size:{$value.size}em;">{$key|htmlspecialchars}</a> </div>
{/loop} <div id="cloudtag">
</div> {loop="tags"}
</center> <span>{$value.count}</span><a href="?searchtags={$key|htmlspecialchars}" style="font-size:{$value.size}em;">{$key|htmlspecialchars}</a>
{include="page.footer"} {/loop}
</body> </div>
{include="page.footer"}
</body>
</html> </html>