CSSLint / csslint

Automated linting of Cascading Stylesheets
http://csslint.net
Other
4.76k stars 483 forks source link

Reporter #694

Closed hrobertking closed 7 years ago

hrobertking commented 7 years ago

When the line passed to the reporter is 0, the lines index is -1, which makes 'evidence' undefined. To clean up the report, this sets it to an empty string.