File: privacy-breach-w3c-valid-html.patch

package info (click to toggle)
openlayers 2.13.1%2Bds2-4
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 67,180 kB
  • ctags: 11,977
  • sloc: xml: 7,435; python: 891; sh: 44; makefile: 23
file content (20 lines) | stat: -rw-r--r-- 853 bytes parent folder | download | duplicates (5)
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>