[Mapbender-commits] r4139 - branches/2.6/http/php
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Wed Jun 24 13:23:03 EDT 2009
Author: verenadiewald
Date: 2009-06-24 13:23:03 -0400 (Wed, 24 Jun 2009)
New Revision: 4139
Modified:
branches/2.6/http/php/mod_usemap.php
Log:
added missing semicolon
Modified: branches/2.6/http/php/mod_usemap.php
===================================================================
--- branches/2.6/http/php/mod_usemap.php 2009-06-24 17:21:06 UTC (rev 4138)
+++ branches/2.6/http/php/mod_usemap.php 2009-06-24 17:23:03 UTC (rev 4139)
@@ -3,7 +3,7 @@
<?php
# $Id$
# http://www.mapbender.org/index.php/UseMap
-# 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
@@ -21,7 +21,7 @@
require_once(dirname(__FILE__)."/../php/mb_validateSession.php");
require_once(dirname(__FILE__)."/../classes/class_gml2.php");
-echo '<meta http-equiv="Content-Type" content="text/html; charset='.CHARSET.'">';
+echo '<meta http-equiv="Content-Type" content="text/html; charset='.CHARSET.'">';
?>
<title>image map generator</title>
</head>
@@ -45,9 +45,9 @@
?>
<script language="JavaScript" type="text/javascript">
function init(){
- parent.mod_usemap_set(um_title,um_x,um_y)
-}
-</script>
+ parent.mod_usemap_set(um_title,um_x,um_y);
+}
+</script>
<body onload='init()'>
</body>
</html>
\ No newline at end of file
More information about the Mapbender_commits
mailing list