wfp / html_auditor

Drupal 8 module implementation of NodeJS html-auditor (https://github.com/wfp/node-html-auditor)
0 stars 2 forks source link

No error message as result is not defined. #26

Closed andrewholgate closed 8 years ago

andrewholgate commented 8 years ago

1. $result is not defined

$result is not defined so no error message is given if HTML Auditor is not installed.

2. isHtmlAuditorEnabled should return TRUE if installed

The method isHtmlAuditorEnabled() does not return TRUE in the case it is installed.