[phpWebApp-commits] CVS: web_app/boxes/codeViewer codeViewer.php,1.1.1.1,1.2
Brought to you by:
dashohoxha
From: Dashamir H. <das...@us...> - 2003-02-23 14:20:34
|
Update of /cvsroot/phpwebapp/web_app/boxes/codeViewer In directory sc8-pr-cvs1:/tmp/cvs-serv5059/boxes/codeViewer Modified Files: codeViewer.php Log Message: Index: codeViewer.php =================================================================== RCS file: /cvsroot/phpwebapp/web_app/boxes/codeViewer/codeViewer.php,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** codeViewer.php 21 Feb 2003 08:15:06 -0000 1.1.1.1 --- codeViewer.php 23 Feb 2003 14:20:30 -0000 1.2 *************** *** 95,98 **** --- 95,99 ---- $line = chop($line); $line = str_replace("\t", " ", $line); + $line = str_replace("{{", "{{#", $line); $line = htmlentities($line); if ($line=="") $line=" "; |