From c10e0fbe2986b00baf67ad9c297bbe4b930b9763 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Wed, 30 Sep 2015 07:09:56 +0100 Subject: [PATCH] Correct spelling of Syntaxtic --- build/index.php | 4 ++-- core.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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);