diff --git a/build/index.php b/build/index.php index a064db3..29cc0b4 100644 --- a/build/index.php +++ b/build/index.php @@ -533,7 +533,7 @@ else $pageindex = json_decode(file_get_contents("./pageindex.json")); } -// Work around an Opera + Syntastic bug where there is no margin at the left hand side if there isn't a query string when accessing a .php file +// Work around an Opera + Syntaxtic bug where there is no margin at the left hand side if there isn't a query string when accessing a .php file if(!isset($_GET["action"]) and !isset($_GET["page"])) { http_response_code(302); @@ -901,7 +901,7 @@ register_module([ $state = ($pageindex->$page->protect ? "enabled" : "disabled"); $title = "Page protection $state."; - exit(page_renderer::render_main($title, "

Page protection for $env->page has been $state.

")); + exit(page_renderer::render_main($title, "

Page protection for $env->page has been $state.

Go back.")); } else { diff --git a/core.php b/core.php index 9ef3c1d..89a8bda 100644 --- a/core.php +++ b/core.php @@ -300,7 +300,7 @@ else $pageindex = json_decode(file_get_contents("./pageindex.json")); } -// Work around an Opera + Syntastic bug where there is no margin at the left hand side if there isn't a query string when accessing a .php file +// Work around an Opera + Syntaxtic bug where there is no margin at the left hand side if there isn't a query string when accessing a .php file if(!isset($_GET["action"]) and !isset($_GET["page"])) { http_response_code(302);