From 5bdfc2f64780abd36d889dc0bbe52026b768631b Mon Sep 17 00:00:00 2001 From: Alexandre Hannud Abdo Date: Tue, 16 Sep 2014 18:56:34 -0300 Subject: [PATCH] Fix name attribute of button elements so jquery '.submit()' doesn't break According to "Additional notes" in: http://api.jquery.com/submit/ Not fixing buttons created with 'input' tags. --- view/tpl/comment_item.tpl | 2 +- view/tpl/jot.tpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/view/tpl/comment_item.tpl b/view/tpl/comment_item.tpl index 351cc8e14..e68314797 100755 --- a/view/tpl/comment_item.tpl +++ b/view/tpl/comment_item.tpl @@ -58,7 +58,7 @@ {{/if}} - +
diff --git a/view/tpl/jot.tpl b/view/tpl/jot.tpl index c4fdba0f5..c51dc02a5 100755 --- a/view/tpl/jot.tpl +++ b/view/tpl/jot.tpl @@ -85,7 +85,7 @@ {{/if}} - +