1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
Description: Don't link the W3C valid XHTML image, use a text link instead.
Author: Bas Couwenberg <sebastic@debian.org>
Forwarded: not-needed
--- a/examples/xhtml.html
+++ b/examples/xhtml.html
@@ -28,11 +28,9 @@
map.addLayer(wms);
map.zoomToMaxExtent();
</script>
- <div id="docs">This example shows openlayers using a XHTML 1.0 Strict Doctype click on the below image to validate.
+ <div id="docs">This example shows openlayers using a XHTML 1.0 Strict Doctype click on the link below to validate.
<p>
- <a href="http://validator.w3.org/check/referer"><img
- src="http://www.w3.org/Icons/valid-xhtml10"
- alt="Valid XHTML 1.0!" height="31" width="88" /></a>
+ <a href="http://validator.w3.org/check/referer">Validate</a>
</p>
</div>
|