From 1c1232a1fead1dcd6151b5badf7a6725c973cbf7 Mon Sep 17 00:00:00 2001 From: Ross Duggan Date: Thu, 27 Oct 2011 04:23:50 +0100 Subject: [PATCH] correct minor deviation from braces style --- src/html/index.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/html/index.php b/src/html/index.php index 98f1a162b..23c15f282 100644 --- a/src/html/index.php +++ b/src/html/index.php @@ -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']; }