From: Geoffrey T. D. <da...@us...> - 2001-12-17 16:13:02
|
Update of /cvsroot/phpwiki/phpwiki/lib/plugin In directory usw-pr-cvs1:/tmp/cvs-serv23337/lib/plugin Modified Files: RecentChanges.php Log Message: Colon (':') not allowed is CSS class names. Index: RecentChanges.php =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/lib/plugin/RecentChanges.php,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -r1.12 -r1.13 *** RecentChanges.php 2001/12/16 19:04:12 1.12 --- RecentChanges.php 2001/12/17 16:13:00 1.13 *************** *** 186,190 **** function format_revision ($rev) { if ( ($summary = $this->summary($rev)) ) ! $summary = QElement('b', array('class' => 'wiki:summary'), "[$summary]"); $class = 'rc-' . $this->importance($rev); --- 186,190 ---- function format_revision ($rev) { if ( ($summary = $this->summary($rev)) ) ! $summary = QElement('b', array('class' => 'wiki-summary'), "[$summary]"); $class = 'rc-' . $this->importance($rev); |