diff options
author | Andy Staudacher <andy.st@gmail.com> | 2009-02-24 05:54:19 +0000 |
---|---|---|
committer | Andy Staudacher <andy.st@gmail.com> | 2009-02-24 05:54:19 +0000 |
commit | e0319573542293c661c263de30547eeb9c2b7ede (patch) | |
tree | 19383ba068aacd48b3587be144aff3dd2da11c92 /modules/tag/views | |
parent | 41600a982f566cf47c240fd5c4b46096983d2b7e (diff) |
File structure style fixes
Diffstat (limited to 'modules/tag/views')
-rw-r--r-- | modules/tag/views/admin_tags.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/tag/views/admin_tags.html.php b/modules/tag/views/admin_tags.html.php index b65f79fa..a4517d49 100644 --- a/modules/tag/views/admin_tags.html.php +++ b/modules/tag/views/admin_tags.html.php @@ -57,7 +57,7 @@ <ul> <? elseif ($last_letter != $current_letter): /* new letter */ ?> <? if ($column_tag_count > $tags_per_column): /* new column */ ?> - </td> + </td> <td> <? $column_tag_count = 0 ?> <? endif ?> |