--- nfo/php/libs/com.newsblob.phphtmllib/tag_classes/ALLTAGS.inc 2004/05/06 16:27:30 1.4 +++ nfo/php/libs/com.newsblob.phphtmllib/tag_classes/ALLTAGS.inc 2004/07/07 02:24:10 1.5 @@ -4,7 +4,7 @@ * This file contains all of the default * support html tags by phpHtmlLib. * - * $Id: ALLTAGS.inc,v 1.4 2004/05/06 16:27:30 jonen Exp $ + * $Id: ALLTAGS.inc,v 1.5 2004/07/07 02:24:10 joko Exp $ * * @author Walter A. Boring IV * @package phpHtmlLib @@ -657,7 +657,7 @@ class IMGtag extends HTMLTagClass { var $_tag = "img"; var $_debug_link_attributes = array("src"); - var $_xhtml_strict_attributes = array("border"); + //var $_xhtml_strict_attributes = array("border"); var $_htmlentities_attributes = array("src"); function _set_flags() { parent::_set_flags();