I was coming across some code and was in poll.php and I think I found an error in the php file.
Heres the code
Its on line 626.
PHP Code:
while ($name = $db->fetch_array($public))
{
fetch_musername($name);
$allnames["$name[voteoption]"][] = '<a href="member.php?' . $vbulletin->session->vars['sessionurl'] . "u=$name[userid]\">$name[musername]</a>";
}
I believe where the </a> ends it should be a single quote, not a double quote. Can someone please look at this for me.
I may be wrong I am just a beginner, but I thought I would give it a shot of reporting it.
I have vbulletin Version 3.8.3. Thanks