Removing the closing PHP "?>" tag as per style guidelines.
This commit is contained in:
parent
860af25550
commit
daee99c1bc
18 changed files with 18 additions and 18 deletions
|
@ -177,4 +177,4 @@ class PixelFileHandler extends DataHandlerExtension {
|
||||||
}
|
}
|
||||||
// }}}
|
// }}}
|
||||||
}
|
}
|
||||||
?>
|
|
||||||
|
|
|
@ -14,4 +14,4 @@ class PixelHandlerTest extends ShimmieWebTestCase {
|
||||||
# FIXME: test that it gets displayed properly
|
# FIXME: test that it gets displayed properly
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
?>
|
|
||||||
|
|
|
@ -31,4 +31,4 @@ class PixelFileHandlerTheme extends Themelet {
|
||||||
$page->add_block(new Block("Image", $html, "main", 10));
|
$page->add_block(new Block("Image", $html, "main", 10));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
?>
|
|
||||||
|
|
|
@ -79,4 +79,4 @@ class VideoFileHandler extends DataHandlerExtension {
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
?>
|
|
||||||
|
|
|
@ -37,4 +37,4 @@ else {
|
||||||
$page->add_block(new Block("Video", $html, "main", 10));
|
$page->add_block(new Block("Video", $html, "main", 10));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
?>
|
|
||||||
|
|
|
@ -80,4 +80,4 @@ class Home extends Extension {
|
||||||
return $this->theme->build_body($sitename, $main_links, $main_text, $contact_link, $num_comma, $counter_text);
|
return $this->theme->build_body($sitename, $main_links, $main_text, $contact_link, $num_comma, $counter_text);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
?>
|
|
||||||
|
|
|
@ -8,4 +8,4 @@ class HomeTest extends ShimmieWebTestCase {
|
||||||
# FIXME: test search box
|
# FIXME: test search box
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
?>
|
|
||||||
|
|
|
@ -55,4 +55,4 @@ EOD
|
||||||
</div>";
|
</div>";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
?>
|
|
||||||
|
|
|
@ -441,4 +441,4 @@ class ImageIO extends Extension {
|
||||||
|
|
||||||
|
|
||||||
} // end of class ImageIO
|
} // end of class ImageIO
|
||||||
?>
|
|
||||||
|
|
|
@ -23,4 +23,4 @@ class ImageTest extends ShimmieWebTestCase {
|
||||||
$this->log_out();
|
$this->log_out();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
?>
|
|
||||||
|
|
|
@ -32,4 +32,4 @@ class ImageIOTheme extends Themelet {
|
||||||
return $html;
|
return $html;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
?>
|
|
||||||
|
|
|
@ -381,4 +381,4 @@ class Index extends Extension {
|
||||||
$this->stpen++;
|
$this->stpen++;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
?>
|
|
||||||
|
|
|
@ -112,4 +112,4 @@ class IndexTest extends ShimmieWebTestCase {
|
||||||
$this->log_out();
|
$this->log_out();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
?>
|
|
||||||
|
|
|
@ -106,4 +106,4 @@ and of course start organising your images :-)
|
||||||
return $table;
|
return $table;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
?>
|
|
||||||
|
|
|
@ -585,4 +585,4 @@ class UserPage extends Extension {
|
||||||
}
|
}
|
||||||
// }}}
|
// }}}
|
||||||
}
|
}
|
||||||
?>
|
|
||||||
|
|
|
@ -235,4 +235,4 @@ class UserPageTheme extends Themelet {
|
||||||
}
|
}
|
||||||
// }}}
|
// }}}
|
||||||
}
|
}
|
||||||
?>
|
|
||||||
|
|
|
@ -139,4 +139,4 @@ class ViewImage extends Extension {
|
||||||
$this->theme->display_page($event->get_image(), $iibbe->parts);
|
$this->theme->display_page($event->get_image(), $iibbe->parts);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
?>
|
|
||||||
|
|
|
@ -483,4 +483,4 @@ class Wiki extends Extension {
|
||||||
}
|
}
|
||||||
// }}}
|
// }}}
|
||||||
}
|
}
|
||||||
?>
|
|
||||||
|
|
Reference in a new issue