summary refs log tree commit diff stats
path: root/theme/admin/writePoll.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'theme/admin/writePoll.tpl')
-rw-r--r--theme/admin/writePoll.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/theme/admin/writePoll.tpl b/theme/admin/writePoll.tpl index 242131a..a40eb5e 100644 --- a/theme/admin/writePoll.tpl +++ b/theme/admin/writePoll.tpl
@@ -65,7 +65,7 @@
65 <p id="error<!--TEXTERROR.ID-->" class="errorField"><strong><!--TEXTERROR.TEXT--></strong></p> 65 <p id="error<!--TEXTERROR.ID-->" class="errorField"><strong><!--TEXTERROR.TEXT--></strong></p>
66 <!--END TEXTERROR--> 66 <!--END TEXTERROR-->
67 <label for="text">Text</label> 67 <label for="text">Text</label>
68 <textarea name="text" id="text"><![CDATA[<!--TEXTVALUE-->]]></textarea> 68 <textarea name="text" id="text"><!--TEXTVALUE--></textarea>
69 </div> 69 </div>
70 </fieldset> 70 </fieldset>
71 71