Fix template variable.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Sat, 16 Oct 2010 02:33:15 +0000 (04:33 +0200)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Sat, 16 Oct 2010 02:33:15 +0000 (04:33 +0200)
src/main/resources/templates/addSone.html

index d459b02..51a97ce 100644 (file)
@@ -11,7 +11,7 @@
        <form method="post">
                <input type="hidden" name="formPassword" value="<% formPassword|html>" />
                <input type="text" name="request-uri" />
-               <button type="submit"><%= Page.AddSone.Button.AddSone</button>
+               <button type="submit"><%= Page.AddSone.Button.AddSone|l10n|html></button>
        </form>
 
 </div>