-
Incident report
-
Resolution: Unresolved
-
Trivial
-
None
-
2.1.9
While checking the html source of the zabbix frontend I noticed that all and every html tag had a class attribute, empty in many occasions. Out of curiosity I tried to find why, and noticed that it could be easily fixed;
- in include/classes/class.ctag.php
- enclose line 67 (in version 2.1.9) in a if (!is_null($class)) { }