contributions/text.html/start.inc.php
Go to the documentation of this file.00001 <?php 00002 // Register our view event handler 00003 EventSource::Instance()->register(new TextHtmlEventSink()); 00004 00005 00006 /** 00007 * @defgroup Html 00008 * @ingroup Text 00009 * @author Gerd Riesselmann 00010 * 00011 * This module centralizes functionality related to html processing. 00012 */