derick          Sat May  1 07:34:50 2004 EDT

  Modified files:              
    /livedocs   error.php mk_peardoc.php mk_smarty.php style_mapping.php 
                xml_classes.php 
  Log:
  - Add missing ?>'s
  
  
http://cvs.php.net/diff.php/livedocs/error.php?r1=1.10&r2=1.11&ty=u
Index: livedocs/error.php
diff -u livedocs/error.php:1.10 livedocs/error.php:1.11
--- livedocs/error.php:1.10     Sat May  1 07:01:34 2004
+++ livedocs/error.php  Sat May  1 07:34:50 2004
@@ -18,7 +18,7 @@
 // | Handles the 404 error and try to redirect to the good place.         |
 // +----------------------------------------------------------------------+
 //
-// $Id: error.php,v 1.10 2004/05/01 11:01:34 nlopess Exp $
+// $Id: error.php,v 1.11 2004/05/01 11:34:50 derick Exp $
 
 /* handle IIS style 404 handler */
 if (strncmp($_SERVER['SERVER_SOFTWARE'], "Microsoft", 9) == 0 &&
@@ -118,3 +118,4 @@
 if (empty($current_page)) {
        $current_page = 'manual';
 }
+?>
http://cvs.php.net/diff.php/livedocs/mk_peardoc.php?r1=1.6&r2=1.7&ty=u
Index: livedocs/mk_peardoc.php
diff -u livedocs/mk_peardoc.php:1.6 livedocs/mk_peardoc.php:1.7
--- livedocs/mk_peardoc.php:1.6 Wed Apr 28 12:23:02 2004
+++ livedocs/mk_peardoc.php     Sat May  1 07:34:50 2004
@@ -18,7 +18,7 @@
 // | Configuration file for peardoc build                                 |
 // +----------------------------------------------------------------------+
 //
-// $Id: mk_peardoc.php,v 1.6 2004/04/28 16:23:02 nlopess Exp $
+// $Id: mk_peardoc.php,v 1.7 2004/05/01 11:34:50 derick Exp $
 
 define('MK_VERSION', false);
 define('MANUAL_TITLE', 'PEAR Manual');
@@ -87,3 +87,4 @@
        }
        closedir($d);
 }
+?>
http://cvs.php.net/diff.php/livedocs/mk_smarty.php?r1=1.6&r2=1.7&ty=u
Index: livedocs/mk_smarty.php
diff -u livedocs/mk_smarty.php:1.6 livedocs/mk_smarty.php:1.7
--- livedocs/mk_smarty.php:1.6  Wed Apr 28 12:23:02 2004
+++ livedocs/mk_smarty.php      Sat May  1 07:34:50 2004
@@ -18,7 +18,7 @@
 // | Configuration file for peardoc build                                 |
 // +----------------------------------------------------------------------+
 //
-// $Id: mk_smarty.php,v 1.6 2004/04/28 16:23:02 nlopess Exp $
+// $Id: mk_smarty.php,v 1.7 2004/05/01 11:34:50 derick Exp $
 
 define('MK_VERSION', false);
 define('MANUAL_TITLE', 'Smarty Manual');
@@ -73,3 +73,4 @@
        }
        closedir($d);
 }
+?>
http://cvs.php.net/diff.php/livedocs/style_mapping.php?r1=1.10&r2=1.11&ty=u
Index: livedocs/style_mapping.php
diff -u livedocs/style_mapping.php:1.10 livedocs/style_mapping.php:1.11
--- livedocs/style_mapping.php:1.10     Sat May  1 06:31:14 2004
+++ livedocs/style_mapping.php  Sat May  1 07:34:50 2004
@@ -18,7 +18,7 @@
 // | Helper functions for formatting elements                             |
 // +----------------------------------------------------------------------+
 //
-// $Id: style_mapping.php,v 1.10 2004/05/01 10:31:14 nlopess Exp $
+// $Id: style_mapping.php,v 1.11 2004/05/01 11:34:50 derick Exp $
 
 // almost XPATH.. ;-)
 $map = array(
@@ -545,3 +545,4 @@
 
        return $html . "</div>";
 }
+?>
http://cvs.php.net/diff.php/livedocs/xml_classes.php?r1=1.5&r2=1.6&ty=u
Index: livedocs/xml_classes.php
diff -u livedocs/xml_classes.php:1.5 livedocs/xml_classes.php:1.6
--- livedocs/xml_classes.php:1.5        Sat May  1 04:39:08 2004
+++ livedocs/xml_classes.php    Sat May  1 07:34:50 2004
@@ -18,7 +18,7 @@
 // | Two XML handling classes for the docbook to html transformation      |
 // +----------------------------------------------------------------------+
 //
-// $Id: xml_classes.php,v 1.5 2004/05/01 08:39:08 wez Exp $
+// $Id: xml_classes.php,v 1.6 2004/05/01 11:34:50 derick Exp $
 
 class Node { /* {{{ */
 
@@ -333,4 +333,4 @@
        }
 }
 /* }}} */
-
+?>

Reply via email to