Great you got it working. In testing I find styles (with an s at the end) should also work. "style" however will cause this problem.
Since the following words are used in HTML tags I would avoid them as keywords:
style, div, class, pre, href, img, html, meta, name, rel, nofollow, and link.
I would also avoid any single letter or two letter keywords since they could easily be used accidentally in places you weren't intending.
In a future version I will try and add a check to make sure bad keywords aren't entered into the settings to begin with.
|