phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] phpgroupware/doc/inlinedocparser.php, 1.26.4.1


From: nomail
Subject: [Phpgroupware-cvs] phpgroupware/doc/inlinedocparser.php, 1.26.4.1
Date: Sat, 6 Nov 2004 17:13:48 +0100

Update of /phpgroupware/doc
Modified Files:
        Branch: Version-0_9_16-branch
          inlinedocparser.php

date: 2004/11/06 16:13:48;  author: powerstat;  state: Exp;  lines: +3 -3

Log Message:
replaced <br> with <br /> and <hr> with <hr /> for better w3c compatibility
=====================================================================
Index: phpgroupware/doc/inlinedocparser.php
diff -u phpgroupware/doc/inlinedocparser.php:1.26 
phpgroupware/doc/inlinedocparser.php:1.26.4.1
--- phpgroupware/doc/inlinedocparser.php:1.26   Wed Jan  2 14:33:02 2002
+++ phpgroupware/doc/inlinedocparser.php        Sat Nov  6 16:13:48 2004
@@ -165,7 +165,7 @@
        {
                if (!preg_match("/^[a-zA-Z0-9-_]+$/i",$app))
                {
-                       echo 'Invalid application<br>';
+                       echo 'Invalid application<br />';
                        exit;
                }
        }
@@ -211,7 +211,7 @@
                $matches = $elements = $data = $startstop = array();
                $string = $t = $out = $xkey = $new = '';
                $file = '../'.$app.'/inc/' . $fn;
-//             echo 'Looking at: ' . $file . "<br>\n";
+//             echo 'Looking at: ' . $file . "<br />\n";
                $f = fopen($file,'r');
                while (!feof($f))
                {




reply via email to

[Prev in Thread] Current Thread [Next in Thread]