From: Dan F. <dfr...@cs...> - 2004-06-17 14:31:33
|
Phpwiki folk, Unfortunately, I have not yet had time to try to fix this. I have checked that they it is still in the current CVS version. Dan If you put [A B] in your page, but with a newline, this breaks. In other words: [A B] It used to say (in our 1.3.9-based code): lib/InlineParser.php:297: Notice[8]: Undefined offset: 4 lib/InlineParser.php:297: Notice[8]: Undefined offset: 3 lib/InlineParser.php:297: Notice[8]: Undefined offset: 2 lib/InlineParser.php:297: Notice[8]: Undefined offset: 1 Now it says: lib/InlineParser.php:325: Notice[8]: Undefined offset: 4 (...repeated 4 times) |