diff --git a/api/js/etemplate/et2_widget_url.js b/api/js/etemplate/et2_widget_url.js index ae7e2ea9f6..8e4d47ff41 100644 --- a/api/js/etemplate/et2_widget_url.js +++ b/api/js/etemplate/et2_widget_url.js @@ -339,7 +339,7 @@ var et2_url_ro = (function(){ "use strict"; return et2_valueWidget.extend([et2_I this.span.attr('title',_value); this.span.text(val.replace(/"/g,'')); - this.span.append(""+ + this.span.append(""+ _value.replace(val,'') .replace(//g, '>') diff --git a/api/templates/default/etemplate2.css b/api/templates/default/etemplate2.css index b838241bf3..036ea1b8cf 100644 --- a/api/templates/default/etemplate2.css +++ b/api/templates/default/etemplate2.css @@ -204,7 +204,7 @@ a.et2_url.url { box-shadow: none !important; background: transparent !important; } -.et2_email > span.email { +.et2_email > span.noemail { display: none; } /**