pullup of 1713 from trunk

git-svn-id: http://svn.openlayers.org/branches/openlayers/2.2@1714 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
euzuro
2006-10-22 17:15:12 +00:00
parent d4d843e57f
commit b8064015f6
4 changed files with 4 additions and 4 deletions

View File

@@ -226,7 +226,7 @@ OpenLayers.Layer.Google.prototype =
html += " correct API key for your site.<br>"; html += " correct API key for your site.<br>";
html += "<br>"; html += "<br>";
html += "Developers: For help getting this working correctly, "; html += "Developers: For help getting this working correctly, ";
html += "<a href='http://trac.openlayers.org/wiki/GoogleMapsLayer' " html += "<a href='http://trac.openlayers.org/wiki/Google' "
html += "target='_blank'>"; html += "target='_blank'>";
html += "click here"; html += "click here";
html += "</a>"; html += "</a>";

View File

@@ -65,7 +65,7 @@ OpenLayers.Layer.MultiMap.prototype =
html += " script was either not correctly included.<br>"; html += " script was either not correctly included.<br>";
html += "<br>"; html += "<br>";
html += "Demmlopers: For help getting this working correctly, "; html += "Demmlopers: For help getting this working correctly, ";
html += "<a href='http://trac.openlayers.org/wiki/MultiMapLayer' " html += "<a href='http://trac.openlayers.org/wiki/MultiMap' "
html += "target='_blank'>"; html += "target='_blank'>";
html += "click here"; html += "click here";
html += "</a>"; html += "</a>";

View File

@@ -80,7 +80,7 @@ OpenLayers.Layer.VirtualEarth.prototype =
html += " script was either not correctly included.<br>"; html += " script was either not correctly included.<br>";
html += "<br>"; html += "<br>";
html += "Developers: For help getting this working correctly, "; html += "Developers: For help getting this working correctly, ";
html += "<a href='http://trac.openlayers.org/wiki/VirtualEarthLayer' " html += "<a href='http://trac.openlayers.org/wiki/VirtualEarth' "
html += "target='_blank'>"; html += "target='_blank'>";
html += "click here"; html += "click here";
html += "</a>"; html += "</a>";

View File

@@ -94,7 +94,7 @@ OpenLayers.Layer.Yahoo.prototype =
html += " script was either not correctly included.<br>"; html += " script was either not correctly included.<br>";
html += "<br>"; html += "<br>";
html += "Developers: For help getting this working correctly, "; html += "Developers: For help getting this working correctly, ";
html += "<a href='http://trac.openlayers.org/wiki/YahooLayer' " html += "<a href='http://trac.openlayers.org/wiki/Yahoo' "
html += "target='_blank'>"; html += "target='_blank'>";
html += "click here"; html += "click here";
html += "</a>"; html += "</a>";