Removing the closing PHP "?>" tag as per style guidelines.

This commit is contained in:
jgen
2014-04-24 22:34:45 -04:00
parent 50686ac61e
commit b241390fa4
23 changed files with 23 additions and 23 deletions

View File

@ -199,4 +199,4 @@ class ExtManager extends Extension {
}
}
}
?>

View File

@ -23,4 +23,4 @@ class ExtManagerTest extends SCoreWebTestCase {
# FIXME: test that some extensions can be added and removed? :S
}
}
?>

View File

@ -136,4 +136,4 @@ class ExtManagerTheme extends Themelet {
$page->add_block(new Block("Documentation", $html));
}
}
?>