diff options
Diffstat (limited to 'view/comment_item.tpl')
-rw-r--r-- | view/comment_item.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/comment_item.tpl b/view/comment_item.tpl index 49751c42b..a28fc411a 100644 --- a/view/comment_item.tpl +++ b/view/comment_item.tpl @@ -17,7 +17,7 @@ <div class="comment-edit-submit-wrapper" id="comment-edit-submit-wrapper-$id" style="display: none;" > <input type="submit" onclick="post_comment($id); return false;" id="comment-edit-submit-$id" class="comment-edit-submit" name="submit" value="$submit" /> <span onclick="preview_comment($id);" id="comment-edit-preview-link-$id" class="fakelink">$preview</span> - <div id="comment-edit-preview-$id" style="display:none;"></div> + <div id="comment-edit-preview-$id" class="comment-edit-preview" style="display:none;"></div> </div> <div class="comment-edit-end"></div> |