HTML validation.
authorStéphane Jacob <sj@m4x.org>
Thu, 7 Oct 2010 14:34:57 +0000 (16:34 +0200)
committerStéphane Jacob <sj@m4x.org>
Thu, 7 Oct 2010 14:35:07 +0000 (16:35 +0200)
Signed-off-by: Stéphane Jacob <sj@m4x.org>
templates/skin/common.menu.tpl

index 575fe0a..47165bd 100644 (file)
 <form method="post" action="get_rights">
   {xsrf_token_field}
   <div>
-    <select name="account_type" onChange="this.form.submit()" style="margin: 0; padding: 0">
+    <select name="account_type" onchange="this.form.submit()" style="margin: 0; padding: 0">
       <option value="admin">Administrateur</option>
       {foreach from=$account_types_list item=type}
       <option value="{$type}">{$type}</option>