summaryrefslogtreecommitdiff
path: root/tools/localhtmlvalidate/localhtmlvalidate.py
AgeCommit message (Collapse)Author
2020-01-09Fix a number of incorrect escapesMagnus Hagander
Pointed out by newer versions of pep8, but they were never correct.
2019-01-26Attempt to fix localhtmlvalidateMagnus Hagander
It was already broken and didn't work properly, but update to py3 and at least make it run. More changes are necessary to actually make it happy again.
2019-01-26Update script shebangs to use python3Magnus Hagander
2019-01-26Update print and input syntax for python 3Magnus Hagander
2019-01-17Fix whitespace and indentation, per pep8Magnus Hagander
2019-01-17Tabs, meet your new overlords: spacesMagnus Hagander
In a quest to reach pep8, use spaces to indent rather than tabs.
2013-03-07Add header as required by the w3c validator these daysMagnus Hagander
2013-01-01Add new book "PostgreSQL: Up and Running"Magnus Hagander
2012-09-10Add small tool to run w3c validator on local pages before deploymentMagnus Hagander