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

@@ -131,4 +131,4 @@ class Blotter extends Extension {
$this->theme->display_blotter($entries);
}
}
?>

View File

@@ -34,4 +34,4 @@ class BlotterTest extends SCoreWebTestCase {
$this->log_out();
}
}
?>

View File

@@ -176,4 +176,4 @@ class BlotterTheme extends Themelet {
return $html;
}
}
?>