diff options
Diffstat (limited to '')
-rw-r--r-- | template/yoga/picture.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/yoga/picture.tpl b/template/yoga/picture.tpl index 52d64cd9c..c92d0e8d6 100644 --- a/template/yoga/picture.tpl +++ b/template/yoga/picture.tpl @@ -192,7 +192,7 @@ <!-- END author_field --> <label>{lang:comment}<textarea name="content" rows="5" cols="80">{comments.add_comment.CONTENT}</textarea></label> <input type="hidden" name="key" value="{comments.add_comment.KEY}" /> - <input type="submit" value="{lang:submit}"> + <input type="submit" class="submit" value="{lang:submit}"> </fieldset> </form> <!-- END add_comment --> |