Skip to content

Commit

Permalink
correct minor deviation from braces style
Browse files Browse the repository at this point in the history
  • Loading branch information
Ross Duggan committed Oct 27, 2011
1 parent d2a8f08 commit 1c1232a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/html/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
{
$_GET['__route__'] = $request_uri;
}
} else if (isset($_SERVER['PHP_SELF']))
}
else if (isset($_SERVER['PHP_SELF']))
{
$_GET['__route__'] = $_SERVER['PHP_SELF'];
}
Expand Down

0 comments on commit 1c1232a

Please sign in to comment.