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

This commit is contained in:
jgen 2014-04-24 22:28:53 -04:00
parent 860af25550
commit daee99c1bc
18 changed files with 18 additions and 18 deletions

View file

@ -177,4 +177,4 @@ class PixelFileHandler extends DataHandlerExtension {
}
// }}}
}
?>

View file

@ -14,4 +14,4 @@ class PixelHandlerTest extends ShimmieWebTestCase {
# FIXME: test that it gets displayed properly
}
}
?>

View file

@ -31,4 +31,4 @@ class PixelFileHandlerTheme extends Themelet {
$page->add_block(new Block("Image", $html, "main", 10));
}
}
?>

View file

@ -79,4 +79,4 @@ class VideoFileHandler extends DataHandlerExtension {
return FALSE;
}
}
?>

View file

@ -37,4 +37,4 @@ else {
$page->add_block(new Block("Video", $html, "main", 10));
}
}
?>

View file

@ -80,4 +80,4 @@ class Home extends Extension {
return $this->theme->build_body($sitename, $main_links, $main_text, $contact_link, $num_comma, $counter_text);
}
}
?>

View file

@ -8,4 +8,4 @@ class HomeTest extends ShimmieWebTestCase {
# FIXME: test search box
}
}
?>

View file

@ -55,4 +55,4 @@ EOD
</div>";
}
}
?>

View file

@ -441,4 +441,4 @@ class ImageIO extends Extension {
} // end of class ImageIO
?>

View file

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

View file

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

View file

@ -381,4 +381,4 @@ class Index extends Extension {
$this->stpen++;
}
}
?>

View file

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

View file

@ -106,4 +106,4 @@ and of course start organising your images :-)
return $table;
}
}
?>

View file

@ -585,4 +585,4 @@ class UserPage extends Extension {
}
// }}}
}
?>

View file

@ -235,4 +235,4 @@ class UserPageTheme extends Themelet {
}
// }}}
}
?>

View file

@ -139,4 +139,4 @@ class ViewImage extends Extension {
$this->theme->display_page($event->get_image(), $iibbe->parts);
}
}
?>

View file

@ -483,4 +483,4 @@ class Wiki extends Extension {
}
// }}}
}
?>