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:
@ -164,4 +164,4 @@ class XMLSitemap extends Extension {
|
||||
$page->set_data($xml);
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
||||
|
@ -6,4 +6,4 @@ class XMLSitemapTest extends ShimmieWebTestCase {
|
||||
$this->get_page('sitemap.xml');
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
||||
|
Reference in New Issue
Block a user