We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
<a name="line4299"></a> $left = $length - $total_length; <a name="line4300"></a> if ($plain_mode || ($plain_tag && $tag)) <a name="line4301"></a> { <a name="line4302"></a> // treats text as plain in <pre>, <plaintext> tags <a name="line4303"></a> $content = $plain_mode ? $line_matchings[0] : $line_matchings[2]; <a name="line4304"></a> if (mb_strlen($content) <= $left) <a name="line4305"></a> {
in line line4302: <pre> tags in comments are not converted and thus we get mess with further code.
<pre>
The text was updated successfully, but these errors were encountered:
Fix peej#76
198be2f
Converts HTML entities in sources to safe display
No branches or pull requests
in line line4302:
<pre>
tags in comments are not converted and thus we get mess with further code.The text was updated successfully, but these errors were encountered: