diff options
| author | Chad Kieffer <ckieffer@gmail.com> | 2009-10-20 21:34:47 -0600 |
|---|---|---|
| committer | Chad Kieffer <ckieffer@gmail.com> | 2009-10-20 21:34:47 -0600 |
| commit | 5d66416b267eafd822d570c74f1c0f3368b61fd9 (patch) | |
| tree | a59b419cb00b3825589f5bacf8a116a79e6bb7ee /modules/tag/views | |
| parent | 1dd4e4a4277f77c1055911ca7d64130aaf026810 (diff) | |
Minor tag admin style updates.
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 8647412d..3e333817 100644 --- a/modules/tag/views/admin_tags.html.php +++ b/modules/tag/views/admin_tags.html.php @@ -23,7 +23,7 @@ <div class="g-block-content"> <table id="g-tag-admin"> - <caption class="g-understate"> + <caption> <?= t2("There is one tag", "There are %count tags", $tags->count()) ?> </caption> <tr> |
