bjori Fri Aug 24 09:11:23 2007 UTC
Modified files:
/phd/themes/php phpdotnet.php
Log:
<set>s are root containers
http://cvs.php.net/viewvc.cgi/phd/themes/php/phpdotnet.php?r1=1.8&r2=1.9&diff_format=u
Index: phd/themes/php/phpdotnet.php
diff -u phd/themes/php/phpdotnet.php:1.8 phd/themes/php/phpdotnet.php:1.9
--- phd/themes/php/phpdotnet.php:1.8 Sun Aug 19 12:11:11 2007
+++ phd/themes/php/phpdotnet.php Fri Aug 24 09:11:23 2007
@@ -1,5 +1,5 @@
<?php
-/* $Id: phpdotnet.php,v 1.8 2007/08/19 12:11:11 bjori Exp $ */
+/* $Id: phpdotnet.php,v 1.9 2007/08/24 09:11:23 bjori Exp $ */
class phpdotnet extends PhDHelper {
protected $elementmap = array(
@@ -49,7 +49,7 @@
'sect4' => 'format_chunk',
'sect5' => 'format_chunk',
'section' => 'format_chunk',
- 'set' => 'format_chunk',
+ 'set' => 'format_root_chunk',
'setindex' => 'format_chunk',
);
protected $textmap = array(