]> git.openstreetmap.org Git - osqa.git/commitdiff
fixing bad attribute declaration for the submit button of the Akismet spam detection...
authorjordan <jordan@0cfe37f9-358a-4d5e-be75-b63607b5c754>
Tue, 6 Sep 2011 13:39:19 +0000 (13:39 +0000)
committerjordan <jordan@0cfe37f9-358a-4d5e-be75-b63607b5c754>
Tue, 6 Sep 2011 13:39:19 +0000 (13:39 +0000)
git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@1169 0cfe37f9-358a-4d5e-be75-b63607b5c754

forum_modules/akismet/templates/foundspam.html

index 582d61526aa9b2a60b27ae8cb62678b3b4e7f249..82f647bf8e549c9a3be64bf6bbd23bd408cf5d4a 100644 (file)
@@ -27,7 +27,7 @@ If you believe this is an error, please contact the forum administrator.
                </td>
        </tr>
        <tr>
-               <td><input type="submit" value"{% trans "Submit" %} /></td>
+               <td><input type="submit" value="{% trans "Submit" %}" /></td>
        </tr>
 </table>
 </form>