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:
@@ -103,4 +103,4 @@ class MiniSVGParser {
|
||||
function endElement($parser, $name) {
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
||||
|
@@ -34,4 +34,4 @@ class SVGHandlerTest extends ShimmieWebTestCase {
|
||||
# FIXME: test that it gets displayed properly
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
||||
|
@@ -12,4 +12,4 @@ class SVGFileHandlerTheme extends Themelet {
|
||||
$page->add_block(new Block("Image", $html, "main", 10));
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
||||
|
Reference in New Issue
Block a user