Remove the validator button at the bottom of each generated page.

* src/plugins/NarrativeWeb.py
	* src/plugins/WebCal.py


svn: r11461
This commit is contained in:
Kees Bakker
2008-12-12 13:22:35 +00:00
parent ed67dab721
commit 992f0534bb
2 changed files with 2 additions and 11 deletions

View File

@@ -813,11 +813,6 @@ class WebCalReport(Report):
text = "© %s %s" % (self.today.year, self.author)
of.write('\t<p id="copyright">%s</p>\n' % text)
of.write('\t<p id="quality"><a href="http://validator.w3.org/check?uri=referer">')
of.write('<img src="http://www.w3.org/Icons/valid-xhtml10" ')
of.write('alt="Valid XHTML 1.0 Transitional" height="31" width="88" />')
of.write('</a></p>\n')
of.write('</div>\n')
of.write('</body>\n')
of.write('</html>\n')