... syntax * * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) * @author Anika Henke */ require_once(dirname(__FILE__).'/div.php'); class syntax_plugin_wrap_divblock extends syntax_plugin_wrap_div { protected $special_pattern = '\r\n]*?/>'; protected $entry_pattern = '(?=.*?)'; protected $exit_pattern = ''; }