From 0cb422a21416da0999421c4e3697cc074157d7a4 Mon Sep 17 00:00:00 2001 From: chris Date: Wed, 14 Sep 2005 13:56:43 +0200 Subject: plugin info fix - correct strtr parameters darcs-hash:20050914115643-50fdc-df95b6d9464a1e49e16c69b84b389eb10f08a8b7.gz --- lib/plugins/info/syntax.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/plugins/info') diff --git a/lib/plugins/info/syntax.php b/lib/plugins/info/syntax.php index 7cfb76033..ea46da7bb 100644 --- a/lib/plugins/info/syntax.php +++ b/lib/plugins/info/syntax.php @@ -119,7 +119,7 @@ class syntax_plugin_info extends DokuWiki_Syntax_Plugin { $renderer->doc .= ' '; $renderer->emaillink($info['email'],$info['author']); $renderer->doc .= '
'; - $renderer->doc .= strtr(htmlspecialchars($info['desc']),array("\n","
")); + $renderer->doc .= strtr(htmlspecialchars($info['desc']),array("\n"=>"
")); $renderer->doc .= ''; unset($po); } -- cgit v1.2.3