diff --git a/tpl/tagcloud.html b/tpl/tagcloud.html index 0856ccb9..1ff0eb15 100644 --- a/tpl/tagcloud.html +++ b/tpl/tagcloud.html @@ -1,15 +1,17 @@ -{include="includes"} - - -
-
- {loop="tags"} - {$value.count}{$key|htmlspecialchars} - {/loop} -
-
-{include="page.footer"} - + + {include="includes"} + + + +
+ {loop="tags"} + {$value.count}{$key|htmlspecialchars} + {/loop} +
+ {include="page.footer"} + \ No newline at end of file