From 43fa6617d4177afc1158d91ce4c0d7b77994f59b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Nicolaysen=20S=C3=B8rnes?= Date: Mon, 23 Apr 2007 23:40:41 +0000 Subject: [PATCH] Prevent display of \n in version view that was caused by a typo --- include/version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/version.php b/include/version.php index ebab144..11519da 100644 --- a/include/version.php +++ b/include/version.php @@ -852,7 +852,7 @@ class Version { echo ''."\n"; echo '
'."\n"; - echo '."\n"'; + echo ''."\n"; echo ''."\n"; echo "
\n"; echo "\n";