From: Carsten K. <car...@us...> - 2001-12-31 08:30:38
|
Update of /cvsroot/phpwiki/phpwiki/lib/plugin In directory usw-pr-cvs1:/tmp/cvs-serv10216 Modified Files: ViewMarkup.php Log Message: Provide the urlencoded version of the page name. Index: ViewMarkup.php =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/lib/plugin/ViewMarkup.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** ViewMarkup.php 2001/12/28 09:55:12 1.2 --- ViewMarkup.php 2001/12/31 08:30:36 1.3 *************** *** 40,44 **** $html = QElement('h2', ! sprintf(_("Revealing WikiMarkup for page '%s':"), $page)); /* only good for WikiMarkup with few newlines */ --- 40,44 ---- $html = QElement('h2', ! sprintf(_("Revealing WikiMarkup for page '%s':"), urlencode($page))); /* only good for WikiMarkup with few newlines */ |