]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/comment_item.tpl
Added warning for special characters in docs and template (#5402)
[friendica.git] / view / templates / comment_item.tpl
index fa360df3a810a0fd17ab68a465965a21facd1577..63ec5d728b453d75fbefae77afe4bd69c1c57b23 100644 (file)
                                        <a class="comment-edit-photo-link" href="{{$mylink}}" title="{{$mytitle}}"><img class="my-comment-photo" src="{{$myphoto}}" alt="{{$mytitle}}" title="{{$mytitle}}" /></a>
                                </div>
                                <div class="comment-edit-photo-end"></div>
-                               <textarea id="comment-edit-text-{{$id}}" class="comment-edit-text-empty" name="body" onFocus="commentOpen(this,{{$id}});" onBlur="commentClose(this,{{$id}});" >{{$comment}}</textarea>
+                               <textarea id="comment-edit-text-{{$id}}" class="comment-edit-text-empty" name="body" placeholder="{{$comment}}" onFocus="commentOpen(this,{{$id}});" onBlur="commentClose(this,{{$id}});"></textarea>
                                {{if $qcomment}}
                                        <select id="qcomment-select-{{$id}}" name="qcomment-{{$id}}" class="qcomment" onchange="qCommentInsert(this,{{$id}});" >
                                        <option value=""></option>
                                {{foreach $qcomment as $qc}}
-                                       <option value="{{$qc|escape:'html'}}">{{$qc}}</option>                          
+                                       <option value="{{$qc|escape:'html'}}">{{$qc}}</option>
                                {{/foreach}}
                                        </select>
                                {{/if}}