PHPDN BBCode doing wierd things

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Locked
User avatar
RobertGonzalez
Site Administrator
Posts: 14293
Joined: Tue Sep 09, 2003 6:04 pm
Location: Fremont, CA, USA

PHPDN BBCode doing wierd things

Post by RobertGonzalez »

Is anyone else seeing the little snippet of HTML added to the front of the text that is posted wrapped inside [ php ] BBCode tags? I just posted something and noticed it. Anyone have any idea what's going on? I believe the code is

Code: Select all

nt color="#000000">
HOOOOLD IT!
awrite, i git it...

If you use an opening <?php tag it is cool, if not then it hoses. Check it out...

Code: Select all

<?php
$thisVar = '';
$thatVar = $thisVar;
echo $thatVar;
?>
And now without the opening tag...

Code: Select all

$thisVar = '';
$thatVar = $thisVar;
echo $thatVar;
Is this a phpBB bug or did the code for this forum get changed?
User avatar
John Cartwright
Site Admin
Posts: 11470
Joined: Tue Dec 23, 2003 2:10 am
Location: Toronto
Contact:

Post by John Cartwright »

We are already addressing the issue.

viewtopic.php?t=43465

Locked.
Locked