changeset 49:732f8aa0a5be

set a 20kchar limin on comment length in html
author Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
date Wed, 25 Feb 2009 17:18:27 -0500
parents d67fddd151c1
children fc4a2ea20e83
files templates/story-comment-tail.html
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/templates/story-comment-tail.html	Sat Feb 21 17:27:24 2009 -0500
+++ b/templates/story-comment-tail.html	Wed Feb 25 17:18:27 2009 -0500
@@ -18,7 +18,7 @@
 
 <!--<p><small><strong>XHTML:</strong> You can use these tags: &lt;a href=&quot;&quot; title=&quot;&quot;&gt; &lt;abbr title=&quot;&quot;&gt; &lt;acronym title=&quot;&quot;&gt; &lt;b&gt; &lt;blockquote cite=&quot;&quot;&gt; &lt;cite&gt; &lt;code&gt; &lt;del datetime=&quot;&quot;&gt; &lt;em&gt; &lt;i&gt; &lt;q cite=&quot;&quot;&gt; &lt;strike&gt; &lt;strong&gt; </small></p>-->
 
-<p><textarea name="c" id="comment" cols="100%" rows="10" tabindex="4"></textarea></p>
+<p><textarea name="c" id="comment" cols="100%" rows="10" tabindex="4" maxLength="20000"></textarea></p>
 
 <p><input name="s" type="submit" id="submit" tabindex="5" value="Submit Comment" />
 <input type="hidden" name="i" value="@@POSTID@@" />