diff options
author | friendica <info@friendica.com> | 2012-01-12 13:59:07 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-01-12 13:59:07 -0800 |
commit | bb888feaef984a82d835e5b9bc9c93f3e39af76d (patch) | |
tree | f03e186785bb6c7c1af375c2942a2158e8f86ce9 /view/comment_item.tpl | |
parent | 87c4d1c3cd684a93d5d634ba41a04bfdd51f6fc9 (diff) | |
parent | 9b2669eb5d7113f32dd506a480d6eafe129a5666 (diff) | |
download | volse-hubzilla-bb888feaef984a82d835e5b9bc9c93f3e39af76d.tar.gz volse-hubzilla-bb888feaef984a82d835e5b9bc9c93f3e39af76d.tar.bz2 volse-hubzilla-bb888feaef984a82d835e5b9bc9c93f3e39af76d.zip |
Merge branch 'pull'
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> |