From 5d8531f66f4059d47a47edcf0b2b16576d6eca7b Mon Sep 17 00:00:00 2001 From: Klaus Leithoff Date: Mon, 17 Dec 2012 14:44:18 +0000 Subject: [PATCH] adapt comment --- phpgwapi/inc/class.egw_htmLawed.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpgwapi/inc/class.egw_htmLawed.inc.php b/phpgwapi/inc/class.egw_htmLawed.inc.php index 5eccf7af81..ed381022c3 100644 --- a/phpgwapi/inc/class.egw_htmLawed.inc.php +++ b/phpgwapi/inc/class.egw_htmLawed.inc.php @@ -137,7 +137,7 @@ function hl_my_tag_transform($element, $attribute_array=0) else { // $attribute_array['background']='denied:'.$attribute_array['background']; - unset($attribute_array['background']);// only cid style background images are allowed + unset($attribute_array['background']);// only internal background images are allowed } } // Elements other than 'img' or 'img' without a 'img' attribute are returned unchanged