phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] wiki/parse transforms.php,1.5


From: skwashd
Subject: [Phpgroupware-cvs] wiki/parse transforms.php,1.5
Date: Sun, 15 May 2005 14:55:00 +0200

Update of wiki/parse

Modified Files:
     Branch: MAIN
            transforms.php lines: +5 -2

Log Message:
merge from 16

====================================================
Index: wiki/parse/transforms.php
diff -u wiki/parse/transforms.php:1.4 wiki/parse/transforms.php:1.5
--- wiki/parse/transforms.php:1.4       Wed Jul  2 22:16:34 2003
+++ wiki/parse/transforms.php   Sun May 15 12:55:31 2005
@@ -1,6 +1,9 @@
 <?php
 // $Id$

+//Portions of this script written by Dave Hall - skwashd at phpgroupware.org
+//Portions of this file are Copyright (c) 2004 The Free Software Foundation Inc
+
 // The main parser components.  Each of these takes a line of text and scans it
 //   for particular wiki markup.  It converts markup elements to
 //   $FlgChr . x . $FlgChr, where x is an index into the global array $Entity,
@@ -322,7 +325,7 @@
       return $FlgChr . (count($Entity) - 1) . $FlgChr;
     }
     // the following str-replace gards agains css or script in the html
-    $buffer = $buffer . 
parse_elements(str_replace(array('<script','</script'),array('&lt;script','&lt;/script'),$text));
+    $buffer .=  
parse_elements(str_replace(array('<script','</script'),array('&lt;script','&lt;/script'),
 preg_replace("' on(.*?)=\"(.*?)\"'i", '', $text)));
     return '';
   }
   else






reply via email to

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