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:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user