From fd47702d21957800a40a2e98050d9fe9803f149a Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Tue, 18 Jul 2017 20:02:38 +0200 Subject: [PATCH] Add image inspection --- Inspection/Html/attributes.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/Inspection/Html/attributes.sh b/Inspection/Html/attributes.sh index 51ef443..b3386a1 100644 --- a/Inspection/Html/attributes.sh +++ b/Inspection/Html/attributes.sh @@ -10,3 +10,4 @@ find ${ROOT_PATH} -name "*tpl.php" | xargs -0 grep '(id=")([\ ]*)(")' > ${INSPEC find ${ROOT_PATH} -name "*tpl.php" | xargs -0 grep '(min=")([a-zA-Z]*)(")' >> ${INSPECTION_PATH}/Modules/html/attributes_invalid.log find ${ROOT_PATH} -name "*tpl.php" | xargs -0 grep '(max=")([a-zA-Z]*)(")' >> ${INSPECTION_PATH}/Modules/html/attributes_invalid.log find ${ROOT_PATH} -name "*tpl.php" | xargs -0 grep '(=")([#$%^&*\(\)\\/]*)(")' >> ${INSPECTION_PATH}/Modules/html/attributes_invalid.log +find ${ROOT_PATH} -name "*tpl.php" | xargs -0 grep '(]*?)(/?>)' >> ${INSPECTION_PATH}/Modules/html/attributes_invalid.log