diff options
| author | lsces <lester@lsces.co.uk> | 2014-06-06 21:28:18 +0100 |
|---|---|---|
| committer | lsces <lester@lsces.co.uk> | 2014-06-06 21:28:18 +0100 |
| commit | 8a1cc4161947f85abba99cf5e4445c8dcb432528 (patch) | |
| tree | 9fb30b3713c71cd5c3e98ce04dd15bde9aa32916 | |
| parent | 11bc444d84c6d27ea741053c9d1e93a86da74b73 (diff) | |
| download | articles-8a1cc4161947f85abba99cf5e4445c8dcb432528.tar.gz articles-8a1cc4161947f85abba99cf5e4445c8dcb432528.tar.bz2 articles-8a1cc4161947f85abba99cf5e4445c8dcb432528.zip | |
Missing Quote
| -rw-r--r-- | templates/admin_types.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/admin_types.tpl b/templates/admin_types.tpl index a7226c2..9cd9ee5 100644 --- a/templates/admin_types.tpl +++ b/templates/admin_types.tpl @@ -23,7 +23,7 @@ <th style="width:5%" title="{tr}Remove Type{/tr}">{counter name=th}</th> </tr> {section name=user loop=$types} - <tr class="{cycle values="odd,even}"> + <tr class="{cycle values="odd,even"}"> <td> <input type="hidden" name="type_array[{$types[user].article_type_id}]" /> <input type="text" name="type_name[{$types[user].article_type_id}]" value="{$types[user].type_name}" /> |
