From the database itself the exact code is:
Code:
".(($show['edit_profile']) ? ("
<li class=\"thead\"><a href=\"moderator.php?" . $GLOBALS['vbulletin']->session->vars['sessionurl'] . "do=useroptions&u=$userinfo[userid]\">$vbphrase[edit_user_profile]</a></li>
") : (""))."
--------------- Added [DATE]1293155414[/DATE] at [TIME]1293155414[/TIME] ---------------
Maybe this is a bug in the template code... if you look at the double quote following the ? it's not escaped, but every other double quote in that situation is...
Code:
<a href=\"moderator.php?"