muukis / l4dstats

SourceMod plugin (Custom Player Stats) for collecting statistics and creating player ranking in Left 4 Dead and Left 4 Dead 2 games
https://forums.alliedmods.net/showthread.php?t=115965
17 stars 9 forks source link

Syntax html invalid #6

Open Owned67 opened 11 years ago

Owned67 commented 11 years ago

if (count($arr_online) == 0) $arr_online[] = "<td colspan=\"4\" align=\"center\">There are no players online</td\n";

should be

if (count($arr_online) == 0) $arr_online[] = "<td colspan=\"4\" align=\"center\">There are no players online\n";

edit o_O bug from tracker...

see you : https://forums.alliedmods.net/showpost.php?p=1815372&postcount=1560

muukis commented 11 years ago

Oops... I didn't mean to close the issue! :)