Corrections for XHTML compliance, again.
[koha.git] / about.pl
index 99b9fd5..006f029 100755 (executable)
--- a/about.pl
+++ b/about.pl
@@ -1,4 +1,4 @@
-รถ#!/usr/bin/perl
+#!/usr/bin/perl
  
 # This file is part of Koha.
 #
@@ -37,7 +37,7 @@ my ( $template, $loggedinuser, $cookie ) = get_template_and_user(
     }
 );
 
-my $kohaVersion   = C4::Context->config("kohaversion");
+my $kohaVersion   = C4::Context::KOHAVERSION;
 my $osVersion     = `uname -a`;
 my $perlVersion   = $];
 my $mysqlVersion  = `mysql -V`;