1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-16 03:24:20 +02:00

Removed redundant PHP closing tags.

This commit is contained in:
Cameron
2020-08-10 15:49:44 -07:00
parent f655847997
commit e1593de8ee
264 changed files with 84 additions and 264 deletions

View File

@@ -245,4 +245,3 @@ function admin_config_adminmenu()
show_admin_menu($caption, $action, $var);
}
?>

View File

@@ -11,4 +11,4 @@
define("LAN_PLUGIN_POLL_NAME", "Poll");
define("LAN_PLUGIN_POLL_DESCRIPTION", "The poll plugin allows you to define polls in either a menu or forum post.");
?>

View File

@@ -151,4 +151,4 @@ if(e_QUERY)
e107::getRender()->tablerender(POLLAN_28, $text);
require_once(FOOTERF);
?>

View File

@@ -27,4 +27,4 @@ require(e_PLUGIN.'poll/poll_menu.php');
require_once(FOOTERF);
exit;
?>

View File

@@ -1095,4 +1095,4 @@ e107::js('inline', '
');*/
?>

View File

@@ -60,4 +60,4 @@ $poll->remove_poll_cookies();
$poll->render_poll($query, $pollType, $pollMode);
?>

View File

@@ -27,4 +27,4 @@ function com_search_4($row) {
return $res;
}
?>

View File

@@ -239,4 +239,4 @@ $POLL_TEMPLATE['denied']['end'] = "<div class='alert text-warning text-center'>{
";
?>