From: Reini U. <ru...@x-...> - 2004-02-27 01:48:48
|
Anecdote: The last wiki I worked on recently used "-_" as linebreak. PWP http://www.net-assistant.de/wiki/static/StartPage.html Paul Bloomfield schrieb: > FILE lib/BlockParser.php > CLASS Block_p > FUNCTION finish > REPLACE $content = TransformInline(trim($this->_text)); > WITH $content = TransformInline(str_replace("\n", '<br>', > trim($this->_text))); |