[Commits] r463 - apps/opengeo/geoexplorer/trunk/lib
commits at geoext.org
commits at geoext.org
Fri Apr 24 17:07:57 CEST 2009
Author: dwins
Date: 2009-04-24 17:07:57 +0200 (Fri, 24 Apr 2009)
New Revision: 463
Modified:
apps/opengeo/geoexplorer/trunk/lib/GeoExplorer.js
Log:
Fix typo in previous commit.
Modified: apps/opengeo/geoexplorer/trunk/lib/GeoExplorer.js
===================================================================
--- apps/opengeo/geoexplorer/trunk/lib/GeoExplorer.js 2009-04-24 15:06:53 UTC (rev 462)
+++ apps/opengeo/geoexplorer/trunk/lib/GeoExplorer.js 2009-04-24 15:07:57 UTC (rev 463)
@@ -787,7 +787,7 @@
html = evt.text;
}
- if (html == '' || html.match(/<body>\s*<\/body>/) {
+ if (html == '' || html.match(/<body>\s*<\/body>/)) {
return;
}
More information about the Commits
mailing list