Removing the closing PHP "?>" tag as per style guidelines. (Also see: https://stackoverflow.com/questions/4410704/why-would-one-omit-the-close-tag )
This commit is contained in:
@ -33,4 +33,4 @@ class Chatbox extends Extension {
|
||||
$page->add_block($chatblock);
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
||||
|
@ -71,4 +71,4 @@
|
||||
resetPrefs();
|
||||
//loadPrefs();
|
||||
|
||||
?>
|
||||
|
||||
|
Reference in New Issue
Block a user