mirror of
https://github.com/aljazceru/hacker-gh-pages-theme.git
synced 2025-12-17 14:14:23 +01:00
Update validate-html
This commit is contained in:
committed by
GitHub
parent
58bf1e75a6
commit
91732ecd65
@@ -20,7 +20,7 @@ def validate(file)
|
||||
|
||||
return puts "Valid!" if results.errors.empty?
|
||||
|
||||
results.errors.each { |err| puts err.to_s }
|
||||
results.errors.each { |err| puts err }
|
||||
exit 1
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user