diff options
Diffstat (limited to 'template/yoga/picture.tpl')
-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 c90271b07..c82571830 100644 --- a/template/yoga/picture.tpl +++ b/template/yoga/picture.tpl @@ -204,7 +204,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 class="submit" type="submit" class="submit" value="{lang:submit}"> + <input class="submit" type="submit" value="{lang:submit}"> </fieldset> </form> <!-- END add_comment --> |