From ec052310370a49d99acbe21ef8dccea8e9abf5db Mon Sep 17 00:00:00 2001 From: andi Date: Mon, 9 May 2005 18:24:58 +0200 Subject: remove linefeed from version in meta header darcs-hash:20050509162458-9977f-c1022acb2bb18a4c077b86948208d033d1173a27.gz --- inc/common.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'inc/common.php') diff --git a/inc/common.php b/inc/common.php index 84c6bded4..963595d8d 100644 --- a/inc/common.php +++ b/inc/common.php @@ -731,7 +731,7 @@ function getVersion(){ //import version string if(@file_exists('VERSION')){ //official release - return 'Release '.io_readfile('VERSION'); + return 'Release '.trim(io_readfile('VERSION')); }elseif(is_dir('_darcs')){ //darcs checkout $inv = file('_darcs/inventory'); -- cgit v1.2.3