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:
@ -46,4 +46,4 @@ class FlashFileHandler extends DataHandlerExtension {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
||||
|
@ -23,4 +23,4 @@ class FlashFileHandlerTheme extends Themelet {
|
||||
$page->add_block(new Block("Flash Animation", $html, "main", 10));
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
||||
|
Reference in New Issue
Block a user