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 c92d0e8d6..99056b8ad 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" class="submit" value="{lang:submit}"> + <input class="submit" type="submit" class="submit" value="{lang:submit}"> </fieldset> </form> <!-- END add_comment --> |