Update of /cvsroot/phpwiki/phpwiki/lib
In directory usw-pr-cvs1:/tmp/cvs-serv20676
Modified Files:
stdlib.php
Log Message:
Oops. This is undoing a previous & unnecessary patch I didn't mean to check
in.
Index: stdlib.php
===================================================================
RCS file: /cvsroot/phpwiki/phpwiki/lib/stdlib.php,v
retrieving revision 1.47
retrieving revision 1.48
diff -C2 -r1.47 -r1.48
*** stdlib.php 2001/12/02 01:59:23 1.47
--- stdlib.php 2001/12/02 02:52:37 1.48
***************
*** 174,178 ****
'BAD URL -- remove all of <, >, "'));
}
! return Element('img', array('src' => $url, 'alt' => $alt, 'class' => 'wikiimage'));
}
--- 174,178 ----
'BAD URL -- remove all of <, >, "'));
}
! return Element('img', array('src' => $url, 'alt' => $alt));
}
|