DNNCommunity / DNN.Reports

DNN Reports module provides a simple, flexible, view on your database, any table, any view and display results with plugin visualizers
MIT License
21 stars 25 forks source link

Remove SQL filtering from .html template #64

Closed epdubi closed 4 years ago

epdubi commented 4 years ago

The SQL filter is stripping dashes out of HTML classes. Example: class="article-author--jobtitle" gets filtered to class="article-author jobtitle".

EPTamminga commented 4 years ago

Nice catch. I did not realize that the SQL strip would mess up with a css class.