wez Wed May 26 11:40:04 2004 EDT
Modified files:
/livedocs style_mapping.php
Log:
little hack so asp code doesn't look stupid
(look at ref.com)
http://cvs.php.net/diff.php/livedocs/style_mapping.php?r1=1.17&r2=1.18&ty=u
Index: livedocs/style_mapping.php
diff -u livedocs/style_mapping.php:1.17 livedocs/style_mapping.php:1.18
--- livedocs/style_mapping.php:1.17 Tue May 25 16:15:03 2004
+++ livedocs/style_mapping.php Wed May 26 11:40:04 2004
@@ -18,7 +18,7 @@
// | Helper functions for formatting elements |
// +----------------------------------------------------------------------+
//
-// $Id: style_mapping.php,v 1.17 2004/05/25 20:15:03 iliaa Exp $
+// $Id: style_mapping.php,v 1.18 2004/05/26 15:40:04 wez Exp $
// almost XPATH.. ;-)
$map = array(
@@ -310,6 +310,7 @@
}
switch ($node->attributes['role']) {
+ case 'asp':
case 'php':
// Small hack because highlight_string has changed its behaviour in PHP 5 RC1
if (version_compare(phpversion(), '5.0.0RC1') == -1){