diff options
Diffstat (limited to '')
-rw-r--r-- | template/yoga/comments.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/yoga/comments.tpl b/template/yoga/comments.tpl index 4812d6fa4..c175224b6 100644 --- a/template/yoga/comments.tpl +++ b/template/yoga/comments.tpl @@ -21,7 +21,7 @@ {lang:Category} <select name="cat"> <!-- BEGIN category --> - <option class="{category.CLASS}" {category.SELECTED} value="{category.VALUE}">{category.OPTION}</option> + <option {category.SELECTED} value="{category.VALUE}">{category.OPTION}</option> <!-- END category --> </select> </label> |