diff options
Diffstat (limited to 'inc/common.php')
-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'); |