From: Martin G. <gim...@gi...> - 2002-11-22 20:03:12
|
Hi again, I just stumbled over this tiny bug on the LinkIcons page: you cannot label a link with 'png', 'jpg' or 'gif' because PhpWiki then treats your label as an URL to an image... There's a link to the PNG homepage on LinkIcons, but this gives a warning about an 'object to string conversion'. The fix is simple, just add '\.' in front of '($InlineImages)' twice in stdlib.php. This should make the test more robust. -- Martin Geisler My GnuPG Key: 0xF7F6B57B See http://gimpster.com/ and http://phpweather.net/ for: PHP Weather => Shows the current weather on your webpage and PHP Shell => A telnet-connection (almost :-) in a PHP page. |