Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRadomir Dopieralski <sheep-devel@sheep.art.pl>2012-10-14 20:10:36 (GMT)
committer Radomir Dopieralski <sheep-devel@sheep.art.pl>2012-10-14 20:10:36 (GMT)
commite50745f44ff12e4947df8b4b02155c0e7574703c (patch)
tree7ea198775542ccf1cae5bca85254054f322f6393
parent8235040cc6fa4939d17202a9adec214f70fbf21e (diff)
Typo in template prevents js scrolling1.5.1
-rw-r--r--hatta/templates/edit_text.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/hatta/templates/edit_text.html b/hatta/templates/edit_text.html
index 41b27b8..56a84cb 100644
--- a/hatta/templates/edit_text.html
+++ b/hatta/templates/edit_text.html
@@ -5,7 +5,7 @@
{% block content %}
<form action="" method="POST" class="editor"><div>
- <textarea name="text" cols="80" rows="20" id="edtortext"
+ <textarea name="text" cols="80" rows="20" id="editortext"
>{% for line in lines %}{{ line }}{% endfor %}</textarea>
<input type="hidden" name="parent" value="{{ parent }}">
<label class="comment">{{ _("Comment") }} <input