--- nfo/php/libs/com.newsblob.phphtmllib/defines.inc 2003/02/22 20:55:24 1.2 +++ nfo/php/libs/com.newsblob.phphtmllib/defines.inc 2004/05/06 12:58:02 1.3 @@ -4,7 +4,7 @@ * This file holds some global defines used by several * classes of phpHtmlLib. * - * $Id: defines.inc,v 1.2 2003/02/22 20:55:24 jonen Exp $ + * $Id: defines.inc,v 1.3 2004/05/06 12:58:02 jonen Exp $ * * @author Walter A. Boring IV * @package phpHtmlLib @@ -22,6 +22,12 @@ define("XHTML_FRAMESET", "xhtml_frameset"); define("HTML", "html"); +/** + * set the default render type for + * html tags + */ +$GLOBALS["HTML_RENDER_TYPE"] = HTML; + /** * Some defines to tell the class what style of * indenting of the output the user wants. @@ -34,6 +40,7 @@ * some nice globals */ define( "_HTML_SPACE", " "); +define( "_HTML_MDASH", "—"); /** * Some global defines for the tag classes