diff options
-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%" /> |