diff options
author | rvelices <rv-github@modusoptimus.com> | 2011-10-17 20:51:49 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2011-10-17 20:51:49 +0000 |
commit | ef9766a2916e0641f9a822e577fe0eb67ad447a8 (patch) | |
tree | bafec6da44d03776fbb8fce67f63f3fc9a6db866 /themes/default/template/comment_list.tpl | |
parent | d4cf6a085c31a6ca0f18a0ef77fad688eac12bfa (diff) |
feature 2477: Remove unused CSS / html elements from version 2.3
git-svn-id: http://piwigo.org/svn/trunk@12479 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'themes/default/template/comment_list.tpl')
-rw-r--r-- | themes/default/template/comment_list.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/template/comment_list.tpl b/themes/default/template/comment_list.tpl index d35b2e18f..852153897 100644 --- a/themes/default/template/comment_list.tpl +++ b/themes/default/template/comment_list.tpl @@ -40,7 +40,7 @@ <label>{'Comment'|@translate}<textarea name="content" id="contenteditid" rows="5" cols="80">{$comment.CONTENT|@escape}</textarea></label> <input type="hidden" name="key" value="{$comment.KEY}"> <input type="hidden" name="image_id" value="{$comment.IMAGE_ID|@default:$current.id}"> - <input class="submit" type="submit" value="{'Submit'|@translate}"> + <input type="submit" value="{'Submit'|@translate}"> </fieldset> </form> {else} |