X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Fdispy%2Fhead.tpl;h=cd6f5ca972e97564fc78148d02571650ab4d8c9e;hb=01961f7caa8e6c8ecaaaad9d28c61883863eab68;hp=f606f2f7e2dde6a0bdff17a11e9a9c4e19f1a4bf;hpb=cea7ca1df4fd8065c38a4f43a0f13ba89e8b94e2;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();