Hi, I'm using Fudforum-2.7.7RC2 with PHP-5.2.1 and I think php tags are working invalid once a message was posted and it's edited later.
Say, I have the following post:
[php]
echo('Hello world');
[/php]
This post is saved and rendered just fine, however when I edit this post I see the following:
[php]
<?php
[/php]<span style="color: #007700">echo([/notag]<span style="color: #DD0000">'Hello world'[/notag]<span style="color: #007700">);[/notag]<span style="color: #0000BB">?>[/notag]
[/notag]
</code>[/notag]
I think it's a bug or was it done intentionally? Thanks.
[Updated on: Tue, 08 May 2007 08:54]
Report message to a moderator