forked from Cavemanon/cavepaintings
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:
@ -181,4 +181,4 @@ class ReportImage extends Extension {
|
||||
// * Version 0.2b - 10/27/07 - Now supports Shimmie2 RC2!
|
||||
// * Version 0.2a - 10/24/07 - Fixed some SQL issues. I will make sure to test before commiting :)
|
||||
// * Version 0.2 - 10/24/07 - First public release.
|
||||
?>
|
||||
|
||||
|
@ -37,4 +37,4 @@ class ReportImageTest extends ShimmieWebTestCase {
|
||||
# FIXME: test that >>123 works
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
||||
|
@ -78,4 +78,4 @@ class ReportImageTheme extends Themelet {
|
||||
$page->add_block(new Block("Report Image", $html, "left"));
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
||||
|
Reference in New Issue
Block a user