hholzgra                Sun Jan 15 12:02:54 2006 UTC

  Modified files:              
    /phpdoc/scripts     zendapi_macros.php 
  Log:
  make id attributes all lowercase
  
  
http://cvs.php.net/viewcvs.cgi/phpdoc/scripts/zendapi_macros.php?r1=1.7&r2=1.8&diff_format=u
Index: phpdoc/scripts/zendapi_macros.php
diff -u phpdoc/scripts/zendapi_macros.php:1.7 
phpdoc/scripts/zendapi_macros.php:1.8
--- phpdoc/scripts/zendapi_macros.php:1.7       Sat Jan 14 22:59:22 2006
+++ phpdoc/scripts/zendapi_macros.php   Sun Jan 15 12:02:54 2006
@@ -63,7 +63,7 @@
                          }
                        }
                        ?>
-                         <refentry id="zend-macro.<?php echo str_replace("_", 
"-", $macro); ?>">
+                         <refentry id="zend-macro.<?php echo 
strtolower(str_replace("_", "-", $macro)); ?>">
                                 <refnamediv>
                                 <refname><?php echo $macro; ?></refname>
                                                                                
                   <refpurpose>...</refpurpose>

Reply via email to