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

@ -257,4 +257,4 @@ class AdminPage extends Extension {
return true;
}
}
?>

View file

@ -80,4 +80,4 @@ class AdminPageTest extends ShimmieWebTestCase {
$this->log_out();
}
}
?>

View file

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

View file

@ -153,4 +153,4 @@ class AliasEditor extends Extension {
// missing out the images tagged with the oldtag
public function get_priority() {return 60;}
}
?>

View file

@ -73,4 +73,4 @@ class AliasEditorTheme extends Themelet {
$this->display_paginator($page, "alias/list", null, $pageNumber, $totalPages);
}
}
?>

View file

@ -79,4 +79,4 @@ class ArrowkeyNavigation extends Extension {
return $pageinfo;
}
}
?>

View file

@ -1221,4 +1221,4 @@ class Artists extends Extension {
return $result;
}
}
?>

View file

@ -5,4 +5,4 @@ class ArtistTest extends ShimmieWebTestCase {
$this->get_page("post/list/author=bob/1");
}
}
?>

View file

@ -514,4 +514,4 @@ class ArtistsTheme extends Themelet {
}
}
?>

View file

@ -101,4 +101,4 @@ xanax
public function get_priority() {return 30;}
}
?>

View file

@ -42,4 +42,4 @@ class BanWordsTest extends ShimmieWebTestCase {
$this->log_out();
}
}
?>

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;
}
}
?>

View file

@ -101,4 +101,4 @@ class BrowserSearch extends Extension {
$event->panel->add_block($sb);
}
}
?>

View file

@ -5,4 +5,4 @@ class BrowserSearchTest extends SCoreWebTestCase {
$this->get_page("browser_search/test");
}
}
?>

View file

@ -71,4 +71,4 @@ class custom_html_headers extends Extension {
}
}
}
?>

View file

@ -83,4 +83,4 @@ class ET extends Extension {
return $info;
}
}
?>

View file

@ -59,4 +59,4 @@ EOD;
return $html;
}
}
?>

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));
}
}
?>

View file

@ -881,4 +881,4 @@ class Pools extends Extension {
}
}
?>