1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93
|
Author: Andreas Tille <tille@debian.org>
Last-Update: 2025-08-24
Description: Avoid potential privacy breaks
--- a/doc/us/architecture.html
+++ b/doc/us/architecture.html
@@ -204,7 +204,7 @@ function start (doc)
</div> <!-- id="main" -->
<div id="about">
- <p><a href="http://validator.w3.org/check?uri=referer"><img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0!" height="31" width="88" /></a></p>
+ <p><a href="http://validator.w3.org/check?uri=referer">valid</a></p>
<p><small>$Id: architecture.html,v 1.5 2007/08/13 15:32:45 carregal Exp $</small></p>
</div> <!-- id="about" -->
--- a/doc/us/index.html
+++ b/doc/us/index.html
@@ -163,7 +163,7 @@ Comments are welcome!
</div> <!-- id="main" -->
<div id="about">
- <p><a href="http://validator.w3.org/check?uri=referer"><img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0!" height="31" width="88" /></a></p>
+ <p><a href="http://validator.w3.org/check?uri=referer">valid</a></p>
<p><small>$Id: index.html,v 1.19 2008/02/17 06:42:51 jasonsantos Exp $</small></p>
</div> <!-- id="about" -->
--- a/doc/us/license.html
+++ b/doc/us/license.html
@@ -118,8 +118,7 @@ SOFTWARE.</p>
</div> <!-- id="main" -->
<div id="about">
- <p><a href="http://validator.w3.org/check?uri=referer">
- <img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0!" height="31" width="88" /></a></p>
+ <p><a href="http://validator.w3.org/check?uri=referer">valid</a></p>
<p><small>$Id: license.html,v 1.6 2007/08/13 15:32:45 carregal Exp $</small></p>
</div><!-- id="about" -->
--- a/src/luadoc/doclet/html/file.lp
+++ b/src/luadoc/doclet/html/file.lp
@@ -105,7 +105,7 @@
</div> <!-- id="main" -->
<div id="about">
- <p><a href="http://validator.w3.org/check?uri=referer"><img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0!" height="31" width="88" /></a></p>
+ <p><a href="http://validator.w3.org/check?uri=referer">valid</a></p>
</div> <!-- id="about" -->
</div> <!-- id="container" -->
--- a/src/luadoc/doclet/html/index.lp
+++ b/src/luadoc/doclet/html/index.lp
@@ -62,7 +62,7 @@
</div> <!-- id="main" -->
<div id="about">
- <p><a href="http://validator.w3.org/check?uri=referer"><img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0!" height="31" width="88" /></a></p>
+ <p><a href="http://validator.w3.org/check?uri=referer">valid</a></p>
</div> <!-- id="about" -->
</div> <!-- id="container" -->
--- a/src/luadoc/doclet/html/module.lp
+++ b/src/luadoc/doclet/html/module.lp
@@ -101,7 +101,7 @@
</div> <!-- id="main" -->
<div id="about">
- <p><a href="http://validator.w3.org/check?uri=referer"><img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0!" height="31" width="88" /></a></p>
+ <p><a href="http://validator.w3.org/check?uri=referer">valid</a></p>
</div> <!-- id="about" -->
</div> <!-- id="container" -->
--- a/doc/us/examples.html
+++ b/doc/us/examples.html
@@ -94,7 +94,7 @@ The generated documentation can be brows
</div> <!-- id="main" -->
<div id="about">
- <p><a href="http://validator.w3.org/check?uri=referer"><img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0!" height="31" width="88" /></a></p>
+ <p><a href="http://validator.w3.org/check?uri=referer">valid</a></p>
<p><small>$Id: examples.html,v 1.3 2007/08/13 15:32:45 carregal Exp $</small></p>
</div> <!-- id="about" -->
--- a/doc/us/manual.html
+++ b/doc/us/manual.html
@@ -287,7 +287,7 @@ The luadoc command line script has some
</div> <!-- id="main" -->
<div id="about">
- <p><a href="http://validator.w3.org/check?uri=referer"><img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0!" height="31" width="88" /></a></p>
+ <p><a href="http://validator.w3.org/check?uri=referer">valid</a></p>
<p><small>$Id: manual.html,v 1.10 2007/10/12 13:33:45 tomas Exp $</small></p>
</div> <!-- id="about" -->
|