03-05-2008, 09:36 PM
|
#1 (permalink)
|
|
The Acquainted
Join Date: Nov 2007
Posts: 166
Thanks: 0
|
BBCode bugs
IMO the code tag shouldn't be parsing BBCode within it. I'm not sure if this is standard in vBulletin or not. If it is, then don't worry about it. This makes it hard to post bbcode examples for people and in some cases code can get messed up.
Quote the post to see these. Pretty much when you put bbcodes within the function bbcode it doesn't work.
include" target="_blank">include
test
javascript:alert('test');
Above produces a weird result. Why <b> in the middle? heh. I guess that can prevent an exploit.
test" target="_blank"> test
PHP Code:
<?php //some php ?>
" target="_blank">
PHP Code:
<?php //some php ?>
Code:
some code
" target="_blank">
You get the idea.
__________________
Eric
|
|
|
|