diff themes/blog.steve.org.uk/comment-form.inc @ 155:4d2f0d6866e5

Updated the display of the blog comment when using AJAX
author Steve Kemp <steve@steve.org.uk>
date Thu, 03 Jan 2008 21:45:58 +0000
parents 4a882ba147e4
children 8b0c547cd015
line wrap: on
line diff
--- a/themes/blog.steve.org.uk/comment-form.inc	Thu Jan 03 21:44:20 2008 +0000
+++ b/themes/blog.steve.org.uk/comment-form.inc	Thu Jan 03 21:45:58 2008 +0000
@@ -1,7 +1,7 @@
 <!-- tmpl_if name='comments_enabled' -->
+<div id="output">
 <h3>Add A Comment</h3>
 <blockquote>
-<div id="output">
 <form action="/cgi-bin/comments.cgi" method="post">
 <input type="hidden" name="id" value="<!-- tmpl_var name='link' escape='html' -->">
 <input type="hidden" name="captcha" value="">
@@ -17,6 +17,6 @@
 </table>
 </form>
 <p>Your submission will be ignored if any field is left blank.  But your email address will not be displayed.</p>
+</blockquote>
 </div>
-</blockquote>
 <!-- /tmpl_if -->