diff options
author | Daniel Friesel <derf@finalrewind.org> | 2011-06-03 17:29:20 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2011-06-03 17:29:20 +0200 |
commit | 14820a5741e5aca9fc1e99cd388988ed9b9b3160 (patch) | |
tree | 0f4d01ba9f2253c392c1e9d7b104cb121164639f /templates/user_wakeup.html | |
parent | 3a041d4ef3060a9a8bdca282d1a5d8431eea01c2 (diff) |
user_wakeup template: no tab/newline fuckup
Diffstat (limited to 'templates/user_wakeup.html')
-rw-r--r-- | templates/user_wakeup.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/templates/user_wakeup.html b/templates/user_wakeup.html index 8384fe85..d02ff5e8 100644 --- a/templates/user_wakeup.html +++ b/templates/user_wakeup.html @@ -11,8 +11,7 @@ <tr> <td align="right"> %comment_text% </td> <td><textarea name="Bemerkung" rows="5" cols="40"> - %comment_value% - </textarea></td> +%comment_value%</textarea></td> </tr> </table> <input type="submit" name="submit" value="%submit_text%" /> |