summaryrefslogtreecommitdiff
path: root/templates/smcvpostcomment_form.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/smcvpostcomment_form.tmpl')
-rw-r--r--templates/smcvpostcomment_form.tmpl9
1 files changed, 6 insertions, 3 deletions
diff --git a/templates/smcvpostcomment_form.tmpl b/templates/smcvpostcomment_form.tmpl
index 7f138a450..43fc9b65a 100644
--- a/templates/smcvpostcomment_form.tmpl
+++ b/templates/smcvpostcomment_form.tmpl
@@ -1,3 +1,4 @@
+<div class="smcvpostcomment-form">
<TMPL_VAR MESSAGE>
<TMPL_VAR FORM-START>
<TMPL_VAR FIELD-DO>
@@ -14,9 +15,11 @@ IkiWiki directives ([[!directive]]) are <TMPL_UNLESS NAME="ALLOWDIRECTIVES">not
<TMPL_IF NAME="PAGE_PREVIEW">
<hr />
<div class="header">
-<span>Page preview:</span>
-</div>
+<span>Comment preview:</span>
+</div><!-- .header -->
<div id="preview">
<TMPL_VAR PAGE_PREVIEW>
-</div>
+</div><!-- #preview -->
</TMPL_IF>
+
+</div><!-- .smcvpostcomment-form -->