From fffd14322d25888c9121b635e23580c86ea1c960 Mon Sep 17 00:00:00 2001 From: Cyril Vazquez <cyril.vazquez@maarch.org> Date: Wed, 5 Dec 2012 09:55:34 +0000 Subject: [PATCH] --- core/trunk/core/tests/class/ViewController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/trunk/core/tests/class/ViewController.php b/core/trunk/core/tests/class/ViewController.php index fc36c8a0fba..1fc5352dea5 100644 --- a/core/trunk/core/tests/class/ViewController.php +++ b/core/trunk/core/tests/class/ViewController.php @@ -792,7 +792,7 @@ class ViewElement function setStyle($name, $value) { //echo "<br/>Set style $name = $value"; if($this->hasAttribute('style')) { - //echo "<br/>Has attribute 'style'"; + //echo "<br/>" . $this->tagName . " Has attribute 'style'"; $style = $this->getAttribute('style'); if(preg_match("/".$name.":[\.|\s]*[^;]*/i", $style)) { $style = preg_replace( -- GitLab