diff options
author | andi <andi@splitbrain.org> | 2005-05-09 18:24:58 +0200 |
---|---|---|
committer | andi <andi@splitbrain.org> | 2005-05-09 18:24:58 +0200 |
commit | ec052310370a49d99acbe21ef8dccea8e9abf5db (patch) | |
tree | 6241ab9f2a931bb71b16b63bf82611b3671306d3 | |
parent | e015a61c5c0e48d5a192a168f7fbbdb9d63e4cd1 (diff) | |
download | rpg-ec052310370a49d99acbe21ef8dccea8e9abf5db.tar.gz rpg-ec052310370a49d99acbe21ef8dccea8e9abf5db.tar.bz2 |
remove linefeed from version in meta header
darcs-hash:20050509162458-9977f-c1022acb2bb18a4c077b86948208d033d1173a27.gz
-rw-r--r-- | inc/common.php | 2 |
1 files changed, 1 insertions, 1 deletions
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'); |