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
{{ message }}
This repository has been archived by the owner on Apr 14, 2019. It is now read-only.
When the option 'show-body-only' is set to 'auto' or 'yes' and there is a PHP tag at the beginning of the HTML snipped, it will be deleted:
<?php echo 'php';?>
<p>php</p>
results in:
<p>php</p>
PHP Tags that are not at the beginning of the snippet will remain untouched. For example:
<p>php</p>
<?php echo 'php';?>
<p>php</p>
A pretty strange behaviour.
I use tidyp 1.02 and HTML::Tidy 1.52
Thans for your help.
Regards, Stefan
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When the option 'show-body-only' is set to 'auto' or 'yes' and there is a PHP tag at the beginning of the HTML snipped, it will be deleted:
<?php echo 'php';?>
<p>php</p>
results in:
<p>php</p>
PHP Tags that are not at the beginning of the snippet will remain untouched. For example:
<p>php</p>
<?php echo 'php';?>
<p>php</p>
A pretty strange behaviour.
I use tidyp 1.02 and HTML::Tidy 1.52
Thans for your help.
Regards, Stefan
The text was updated successfully, but these errors were encountered: