[Commits] r1662 - sandbox/redlining/ux/RedLining/examples
commits at geoext.org
commits at geoext.org
Fri Jan 8 06:18:59 CET 2010
Author: cmoullet
Date: 2010-01-08 06:18:59 +0100 (Fri, 08 Jan 2010)
New Revision: 1662
Modified:
sandbox/redlining/ux/RedLining/examples/RedLining.html
Log:
Fix minor text error
Modified: sandbox/redlining/ux/RedLining/examples/RedLining.html
===================================================================
--- sandbox/redlining/ux/RedLining/examples/RedLining.html 2010-01-07 22:01:14 UTC (rev 1661)
+++ sandbox/redlining/ux/RedLining/examples/RedLining.html 2010-01-08 05:18:59 UTC (rev 1662)
@@ -1,12 +1,12 @@
<html>
<head>
- <title>Printing ux Example</title>
+ <title>Redlining ux Example</title>
<script type="text/javascript" src="http://extjs.cachefly.net/ext-3.0.0/adapter/ext/ext-base.js"></script>
<script type="text/javascript" src="http://extjs.cachefly.net/ext-3.0.0/ext-all.js"></script>
<link rel="stylesheet" type="text/css" href="http://extjs.cachefly.net/ext-3.0.0/resources/css/ext-all.css" />
<link rel="stylesheet" type="text/css" href="http://extjs.cachefly.net/ext-3.0.0/examples/shared/examples.css" />
- <script src="http://openlayers.org/api/2.8/OpenLayers.js"></script>
+ <script type="text/javascript" src="http://openlayers.org/api/2.8/OpenLayers.js"></script>
<script type="text/javascript" src="../../../trunk/geoext/lib/GeoExt.js"></script>
<script type="text/javascript" src="../ux/RedLining.js"></script>
More information about the Commits
mailing list