Multiple class tags
-
File: cf7cf.php
Line 390 and 395It’s impossible to use multiples CSS classes. If we use multiples class tags the code will try to add multiples class attributes in HTML, but this is not acceptable.
In case of $tag_part[0] == ‘class’ I propose to save the $tag_part[1] in a different array and at the line 395 to make class=”‘ . implode() . ‘”
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Multiple class tags’ is closed to new replies.