Closed epdubi closed 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".
class="article-author--jobtitle"
class="article-author jobtitle"
Nice catch. I did not realize that the SQL strip would mess up with a css class.
The SQL filter is stripping dashes out of HTML classes. Example:
class="article-author--jobtitle"
gets filtered toclass="article-author jobtitle"
.