Skip to content

Sanitize the tab HTML IDs (using only alphanumeric characters)

Dylan Oliver Teague requested to merge bugfix/sanitize-html-ids into develop

All non-alphanumeric characters are removed and "-tab" is added to the end to avoid any possible duplications of ids in the html page.

Closes issue #181 (closed)

Edited by Laurent Petre

Merge request reports