diff --git a/core/trunk/core/tests/class/ViewController.php b/core/trunk/core/tests/class/ViewController.php
index fc36c8a0fba5e6ac828f416824a0a2ec34c90fb7..1fc5352dea59f602d4b5f8e66ccfd9c953721cb4 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(