summary refs log tree commit diff stats
path: root/theme/admin/writeQuote.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'theme/admin/writeQuote.tpl')
-rw-r--r--theme/admin/writeQuote.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/theme/admin/writeQuote.tpl b/theme/admin/writeQuote.tpl index 3a9bb3f..256aad6 100644 --- a/theme/admin/writeQuote.tpl +++ b/theme/admin/writeQuote.tpl
@@ -23,7 +23,7 @@
23 <p id="error<!--QUOTEERROR.ID-->" class="errorField"><strong><!--QUOTEERROR.TEXT--></strong></p> 23 <p id="error<!--QUOTEERROR.ID-->" class="errorField"><strong><!--QUOTEERROR.TEXT--></strong></p>
24 <!--END QUOTEERROR--> 24 <!--END QUOTEERROR-->
25 <label for="quote">Quote</label> 25 <label for="quote">Quote</label>
26 <textarea name="quote" id="quote" style="height: 24em"><![CDATA[<!--QUOTEVALUE-->]]></textarea> 26 <textarea name="quote" id="quote" style="height: 24em"><!--QUOTEVALUE--></textarea>
27 </div> 27 </div>
28 </fieldset> 28 </fieldset>
29 29