tbranyen/diffhtml

Change self closing error text

tbranyen opened this issue · 1 comments

When in strict mode, the following text can appear:

<li> is not a self closing tag.

This should probably say,

<li> must be closed in strict mode

A self closing tag looks like <li /> whereas this error occurs when you forget to close a tag.

Closed in 7b19e12