php codes

Hi,

Following issue:

In admin-area create an article showing a code-block:

<?php    
echo '<br />';
?>


the preview shows:

echo '
';
?>

but article shows:

<?php
echo '<br />';
?>

Bug, or am I'm blind - what can I do?

Greets,
R.

Posted in |