aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2017-08-28 23:56:18 +0200
committerMario Vavti <mario@mariovavti.com>2017-08-28 23:56:18 +0200
commit0d3c378e10fb1f08cb5c9663edb04d9ee687837a (patch)
tree595d8c08124e015e15ecf894d899b96cd11d678a /view
parent471031390cbb6c6b97bd01b811a0d8bb097dbc1e (diff)
downloadvolse-hubzilla-0d3c378e10fb1f08cb5c9663edb04d9ee687837a.tar.gz
volse-hubzilla-0d3c378e10fb1f08cb5c9663edb04d9ee687837a.tar.bz2
volse-hubzilla-0d3c378e10fb1f08cb5c9663edb04d9ee687837a.zip
remove obsolete class
Diffstat (limited to 'view')
-rwxr-xr-xview/tpl/comment_item.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/comment_item.tpl b/view/tpl/comment_item.tpl
index e53c14024..62530c1de 100755
--- a/view/tpl/comment_item.tpl
+++ b/view/tpl/comment_item.tpl
@@ -18,7 +18,7 @@
{{$anon_extras}}
</div>
{{/if}}
- <textarea id="comment-edit-text-{{$id}}" class="comment-edit-text comment-edit-text-empty" placeholder="{{$comment}}" name="body" ondragenter="linkdropper(event);" ondragleave="linkdropexit(event);" ondragover="linkdropper(event);" ondrop="linkdrop(event);" ></textarea>
+ <textarea id="comment-edit-text-{{$id}}" class="comment-edit-text" placeholder="{{$comment}}" name="body" ondragenter="linkdropper(event);" ondragleave="linkdropexit(event);" ondragover="linkdropper(event);" ondrop="linkdrop(event);" ></textarea>
{{if $qcomment}}
<select id="qcomment-select-{{$id}}" name="qcomment-{{$id}}" class="qcomment" onchange="qCommentInsert(this,{{$id}});" >
<option value=""></option>