make scripts/validate_xhtml5.sh fail hardly

no 503s from validator.nu in a while...
This commit is contained in:
Astro 2010-11-10 00:49:54 +01:00
parent c687f37cf1
commit a824fbd1eb
1 changed files with 1 additions and 1 deletions

View File

@ -7,6 +7,6 @@ if [ -n "$(echo "$text"|grep "The document validates according to the specified
else
echo "=== $1 ==="
echo "$text"
exit 0 #1
exit 1
fi