diff options
author | marijus <mario@mariovavti.com> | 2014-05-24 18:00:44 +0200 |
---|---|---|
committer | marijus <mario@mariovavti.com> | 2014-05-24 18:00:44 +0200 |
commit | 5b0db721f8ef7bd347db47a2200783de9953808a (patch) | |
tree | f77eeafce04820e6ff544f9fc4986fb11e57af02 /view/tpl | |
parent | bf88720fae18f0ffc2824cf94c262e5dc9c907ec (diff) | |
download | volse-hubzilla-5b0db721f8ef7bd347db47a2200783de9953808a.tar.gz volse-hubzilla-5b0db721f8ef7bd347db47a2200783de9953808a.tar.bz2 volse-hubzilla-5b0db721f8ef7bd347db47a2200783de9953808a.zip |
should be redbasic not red
Diffstat (limited to 'view/tpl')
-rwxr-xr-x | view/tpl/comment_item.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/comment_item.tpl b/view/tpl/comment_item.tpl index 7d7b22f74..2689e17ef 100755 --- a/view/tpl/comment_item.tpl +++ b/view/tpl/comment_item.tpl @@ -10,7 +10,7 @@ <input type="hidden" name="return" value="{{$return_path}}" /> <input type="hidden" name="jsreload" value="{{$jsreload}}" /> <input type="hidden" name="preview" id="comment-preview-inp-{{$id}}" value="0" /> - <textarea id="comment-edit-text-{{$id}}" class="comment-edit-text-empty" name="body" onFocus="commentOpen(this,{{$id}});" onBlur="commentCloseRed(this,{{$id}});" >{{$comment}}</textarea> + <textarea id="comment-edit-text-{{$id}}" class="comment-edit-text-empty" name="body" onFocus="commentOpen(this,{{$id}});" onBlur="commentCloseRedbasic(this,{{$id}});" >{{$comment}}</textarea> {{if $qcomment}} <select id="qcomment-select-{{$id}}" name="qcomment-{{$id}}" class="qcomment" onchange="qCommentInsert(this,{{$id}});" > <option value=""></option> |