saschaleib / dokuwiki-plugin-adhoctags

A secure but flexible way to insert HTML tags into DokuWiki
GNU General Public License v2.0
1 stars 0 forks source link

All attributes are lower-case only #3

Closed saschaleib closed 1 year ago

saschaleib commented 1 year ago

At the moment, all attributes are passed to the helper class in lower-case. This is OK for ID and Class attributes, but will cause problems for title or datetime attributes.

saschaleib commented 1 year ago

Fixed in the latest update.