do not allow user to give a title that takes more than one line on web browsers
authorArnaud Borde <arnaud.borde@polytechnique.org>
Sat, 27 Feb 2010 21:04:28 +0000 (22:04 +0100)
committerArnaud Borde <arnaud.borde@polytechnique.org>
Sat, 27 Feb 2010 21:04:28 +0000 (22:04 +0100)
Signed-off-by: Arnaud Borde <arnaud.borde@polytechnique.org>
templates/newsletter/submit.tpl

index ceaac1a..d22bd41 100644 (file)
@@ -98,7 +98,7 @@ Tu peux <a href='nl/submit#conseils'>lire les conseils de rédaction</a> avant d
     <tr class="impair">
         <td class='titre'>Sujet</td>
       <td>
-        <input size='60' type='text' value='{$smarty.request.title}' name='title' />
+        <input size='60' maxlength='60' type='text' value='{$smarty.request.title}' name='title' />
       </td>
     </tr>
     <tr class="pair">