Removing the closing PHP "?>" tag as per style guidelines.
This commit is contained in:
parent
50686ac61e
commit
b241390fa4
23 changed files with 23 additions and 23 deletions
|
@ -257,4 +257,4 @@ class AdminPage extends Extension {
|
|||
return true;
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
||||
|
|
|
@ -80,4 +80,4 @@ class AdminPageTest extends ShimmieWebTestCase {
|
|||
$this->log_out();
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
||||
|
|
|
@ -68,4 +68,4 @@ class AdminPageTheme extends Themelet {
|
|||
return $html;
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
||||
|
|
|
@ -153,4 +153,4 @@ class AliasEditor extends Extension {
|
|||
// missing out the images tagged with the oldtag
|
||||
public function get_priority() {return 60;}
|
||||
}
|
||||
?>
|
||||
|
||||
|
|
|
@ -73,4 +73,4 @@ class AliasEditorTheme extends Themelet {
|
|||
$this->display_paginator($page, "alias/list", null, $pageNumber, $totalPages);
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
||||
|
|
|
@ -79,4 +79,4 @@ class ArrowkeyNavigation extends Extension {
|
|||
return $pageinfo;
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
||||
|
|
|
@ -1221,4 +1221,4 @@ class Artists extends Extension {
|
|||
return $result;
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
||||
|
|
|
@ -5,4 +5,4 @@ class ArtistTest extends ShimmieWebTestCase {
|
|||
$this->get_page("post/list/author=bob/1");
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
||||
|
|
|
@ -514,4 +514,4 @@ class ArtistsTheme extends Themelet {
|
|||
}
|
||||
|
||||
}
|
||||
?>
|
||||
|
||||
|
|
|
@ -101,4 +101,4 @@ xanax
|
|||
|
||||
public function get_priority() {return 30;}
|
||||
}
|
||||
?>
|
||||
|
||||
|
|
|
@ -42,4 +42,4 @@ class BanWordsTest extends ShimmieWebTestCase {
|
|||
$this->log_out();
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
||||
|
|
|
@ -131,4 +131,4 @@ class Blotter extends Extension {
|
|||
$this->theme->display_blotter($entries);
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
||||
|
|
|
@ -34,4 +34,4 @@ class BlotterTest extends SCoreWebTestCase {
|
|||
$this->log_out();
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
||||
|
|
|
@ -176,4 +176,4 @@ class BlotterTheme extends Themelet {
|
|||
return $html;
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
||||
|
|
|
@ -101,4 +101,4 @@ class BrowserSearch extends Extension {
|
|||
$event->panel->add_block($sb);
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
||||
|
|
|
@ -5,4 +5,4 @@ class BrowserSearchTest extends SCoreWebTestCase {
|
|||
$this->get_page("browser_search/test");
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
||||
|
|
|
@ -71,4 +71,4 @@ class custom_html_headers extends Extension {
|
|||
}
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
||||
|
|
|
@ -83,4 +83,4 @@ class ET extends Extension {
|
|||
return $info;
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
||||
|
|
|
@ -59,4 +59,4 @@ EOD;
|
|||
return $html;
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
||||
|
|
|
@ -199,4 +199,4 @@ class ExtManager extends Extension {
|
|||
}
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
||||
|
|
|
@ -23,4 +23,4 @@ class ExtManagerTest extends SCoreWebTestCase {
|
|||
# FIXME: test that some extensions can be added and removed? :S
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
||||
|
|
|
@ -136,4 +136,4 @@ class ExtManagerTheme extends Themelet {
|
|||
$page->add_block(new Block("Documentation", $html));
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
||||
|
|
|
@ -881,4 +881,4 @@ class Pools extends Extension {
|
|||
}
|
||||
|
||||
}
|
||||
?>
|
||||
|
||||
|
|
Reference in a new issue