Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Syntax html invalid #6

Open
Owned67 opened this issue Oct 18, 2012 · 1 comment
Open

Syntax html invalid #6

Owned67 opened this issue Oct 18, 2012 · 1 comment
Assignees
Labels

Comments

@Owned67
Copy link

Owned67 commented Oct 18, 2012

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 muukis closed this as completed Nov 12, 2012
@muukis muukis reopened this Nov 12, 2012
@muukis
Copy link
Owner

muukis commented Nov 12, 2012

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

@ghost ghost assigned muukis Nov 12, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants