From: Joe E. <joe...@us...> - 2001-12-02 01:59:26
|
Update of /cvsroot/phpwiki/phpwiki/lib In directory usw-pr-cvs1:/tmp/cvs-serv13620/lib Modified Files: stdlib.php Log Message: Index: stdlib.php =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/lib/stdlib.php,v retrieving revision 1.46 retrieving revision 1.47 diff -C2 -r1.46 -r1.47 *** stdlib.php 2001/11/28 20:12:48 1.46 --- stdlib.php 2001/12/02 01:59:23 1.47 *************** *** 174,178 **** 'BAD URL -- remove all of <, >, "')); } ! return Element('img', array('src' => $url, 'alt' => $alt)); } --- 174,178 ---- 'BAD URL -- remove all of <, >, "')); } ! return Element('img', array('src' => $url, 'alt' => $alt, 'class' => 'wikiimage')); } |