You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have header.php, footer.php and sidebar.php, that means some tags have their endtags in another file.
By pasting, let's say header.php content in to the converter it will then add more div, html +more endtags at the bottom of the output. It also changes to ?-->.
So far I've have only tested with header.php and footer.php where footer.php don't output anything despite 'Helper Class Specificity' says '2 replaced'. By removing two of the div-tags on top of the footer-file the converer will then work.
This is just a little bagatelle, but would be a nice feature to have. :)
The text was updated successfully, but these errors were encountered:
I have header.php, footer.php and sidebar.php, that means some tags have their endtags in another file.
By pasting, let's say header.php content in to the converter it will then add more div, html +more endtags at the bottom of the output. It also changes to ?-->.
So far I've have only tested with header.php and footer.php where footer.php don't output anything despite 'Helper Class Specificity' says '2 replaced'. By removing two of the div-tags on top of the footer-file the converer will then work.
This is just a little bagatelle, but would be a nice feature to have. :)
The text was updated successfully, but these errors were encountered: