[Mapbender-commits] r4091 - trunk/mapbender/http/javascripts

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Tue Jun 23 12:00:32 EDT 2009


Author: verenadiewald
Date: 2009-06-23 12:00:32 -0400 (Tue, 23 Jun 2009)
New Revision: 4091

Modified:
   trunk/mapbender/http/javascripts/mod_copyright.php
Log:
added missing semicolon

Modified: trunk/mapbender/http/javascripts/mod_copyright.php
===================================================================
--- trunk/mapbender/http/javascripts/mod_copyright.php	2009-06-23 15:59:04 UTC (rev 4090)
+++ trunk/mapbender/http/javascripts/mod_copyright.php	2009-06-23 16:00:32 UTC (rev 4091)
@@ -1,7 +1,7 @@
 <?php
 # $Id$
 # http://www.mapbender.org/index.php/mod_copyright.php
-# Copyright (C) 2002 CCGIS 
+# Copyright (C) 2002 CCGIS
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -23,7 +23,7 @@
 	if (options.mod_copyright_text){}
 }
 catch(e){
-	options.mod_copyright_text = "mapbender.org"
+	options.mod_copyright_text = "mapbender.org";
 }
 var mod_copyright_text = options.mod_copyright_text;
 



More information about the Mapbender_commits mailing list