X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Fdispy%2Fhead.tpl;h=cd6f5ca972e97564fc78148d02571650ab4d8c9e;hb=01961f7caa8e6c8ecaaaad9d28c61883863eab68;hp=f606f2f7e2dde6a0bdff17a11e9a9c4e19f1a4bf;hpb=925b9c5b9ce83825f5003f88d3afbdcb620c28fc;p=friendica.git diff --git a/view/theme/dispy/head.tpl b/view/theme/dispy/head.tpl index f606f2f7e2..cd6f5ca972 100644 --- a/view/theme/dispy/head.tpl +++ b/view/theme/dispy/head.tpl @@ -7,7 +7,7 @@ - + '); + ins = ins.replace('&','&'); + ins = ins.replace('"','"'); + $("#comment-edit-text-" + id).val(tmpStr + ins); + } + function showHideComments(id) { if( $('#collapsed-comments-' + id).is(':visible')) { $('#collapsed-comments-' + id).hide();