diff --git a/frappe/public/js/frappe/misc/utils.js b/frappe/public/js/frappe/misc/utils.js index 21a8ef2979..6251572c1e 100644 --- a/frappe/public/js/frappe/misc/utils.js +++ b/frappe/public/js/frappe/misc/utils.js @@ -50,7 +50,7 @@ frappe.utils = { remove_script_and_style: function(txt) { if (!txt || (txt.indexOf("").html(txt) - .find("script,noscript,style,title,meta").remove().end() + .find("script,noscript,style,title,meta,base,head").remove().end() .html(); }, toggle_blockquote: function(txt) {