]> git.mxchange.org Git - mailer.git/blobdiff - DOCS/validator.sh
Title rows added to several table, naming convention applied:
[mailer.git] / DOCS / validator.sh
index 6b6e8270bf3bf44299027004dfdda1a3f8cd7f06..20aedf2a56f481a6cfea804373d0a952af12fcf4 100755 (executable)
@@ -2,6 +2,8 @@
 
 echo "$0: Validating all templates..."
 DUMMY=`find templates/de/html/ -type f -name *.tpl -exec php DOCS/tpl-validator.php {} \; 2>&1`
-echo "${DUMMY}" | grep "Warning" | cut -d "/" -f 1-5 | grep -v "error parsing attribute name" > `dirname $0`/template-warnings.log
+echo "${DUMMY}" | \
+       grep "Warning" | \
+       cut -d "/" -f 1-5 | \
+       grep -v "error parsing attribute name" > `dirname $0`/template-warnings.log
 echo "$0: done."
-