Commit 46c6c1e4 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

fix a typo that causes undefined name 'validator_paths'.

parent ea074df5
...@@ -639,7 +639,7 @@ if validator_to_use == 'w3c': ...@@ -639,7 +639,7 @@ if validator_to_use == 'w3c':
validator = W3Validator(validator_path, show_warnings) validator = W3Validator(validator_path, show_warnings)
break break
else: else:
print 'No w3c validator found at', validator_paths print 'No w3c validator found at', validator_path
elif validator_to_use == 'tidy': elif validator_to_use == 'tidy':
error = False error = False
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment