spacing and quotes

This commit is contained in:
Isaac Connor 2021-05-02 12:43:17 -04:00
parent 88147f3f7a
commit b70cd053d6
1 changed files with 4 additions and 6 deletions

View File

@ -18,10 +18,9 @@
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
//
if ( !canView( 'Events' ) )
{
$view = "error";
return;
if (!canView('Events')) {
$view = 'error';
return;
}
$eid = validInt($_REQUEST['eid']);
@ -29,12 +28,11 @@ $fid = validInt($_REQUEST['fid']);
$focusWindow = true;
xhtmlHeaders(__FILE__, translate('Stats')." - ".$eid." - ".$fid );
xhtmlHeaders(__FILE__, translate('Stats').' - '.$eid.' - '.$fid);
?>
<body>
<?php echo getNavBarHTML() ?>
<div id="page">
<!-- Toolbar button placement and styling handled by bootstrap-tables -->
<div id="toolbar">
<button id="backBtn" class="btn btn-normal" data-toggle="tooltip" data-placement="top" title="<?php echo translate('Back') ?>" disabled><i class="fa fa-arrow-left"></i></button>