From a8c1c6d5eae93faea5a6aeff33f8ae56c14e3fa2 Mon Sep 17 00:00:00 2001 From: Urban Müller Date: Tue, 4 Sep 2007 13:20:45 +0000 Subject: warnings for deprecated div/span --- it_html.class | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'it_html.class') diff --git a/it_html.class b/it_html.class index afc8d4e..edba038 100644 --- a/it_html.class +++ b/it_html.class @@ -297,7 +297,7 @@ function div($args) if (!is_array($args[0]) && ($class = array_shift($args)) !== null) { array_unshift($args, compact('class')); - ###it::error("deprecated usage of div"); + it::error("deprecated usage of div"); } return $this->_tag("div", $args); @@ -377,7 +377,7 @@ function span($args) if (!is_array($args[0]) && ($class = array_shift($args)) !== null) { array_unshift($args, compact('class')); - ###it::error("deprecated usage of span"); + it::error("deprecated usage of span"); } return $this->_tag("span", $args); -- cgit v1.2.3