phpdoctor
phpdoctor copied to clipboard
HTML entities in sources are not converted before display
<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.