Browse Source

missed a )

stekkel 23 years ago
parent
commit
baca7e66e0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      functions/strings.php

+ 1 - 1
functions/strings.php

@@ -16,7 +16,7 @@
  * SquirrelMail version number -- DO NOT CHANGE
  * SquirrelMail version number -- DO NOT CHANGE
  */
  */
 global $version;
 global $version;
-$version = '1.3.1 [CVS-DEVEL])';
+$version = '1.3.1 [CVS-DEVEL]';
 
 
 /**
 /**
  * Wraps text at $wrap characters
  * Wraps text at $wrap characters