For Programmers: Free Programming Magazines  


Home > Archive > PHP Documentation > May 2004 > cvs: livedocs / style_mapping.php









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author cvs: livedocs / style_mapping.php
Wez Furlong

2004-05-26, 1:36 pm

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/livedoc...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){
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com