PDA

View Full Version : [bug] PHP tag


N9ne
04-25-2003, 05:18 PM
<a href="https://vborg.vbsupport.ru/showthread.php?postid=381177#post381177" target="_blank">https://vborg.vbsupport.ru/showt...177#post381177</a>

Go there for an example, in the actual code for the post, there are several occurances of align=\"center\" but when posted, it comes up as align="center\" which causes errors...

Xenon
04-26-2003, 03:27 PM
the php-tag is part of the original vBulletin software, i think you should post it over at vb.com ;)

Dean C
04-26-2003, 05:22 PM
Testing to see if this is true:


// Comment for the var
$var = "<font face=\"arial\">";
$var2 = "<p align=\"center\">";


Well it seems like it's working :)

- miSt