From e2f87f80def983984be0ca9498bf0f1751f4e2fe Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Sun, 28 May 2017 19:42:17 +0100 Subject: [PATCH] Tweak the formatting of the new code I'm just picky ;-) --- modules/extra-sidebar.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/extra-sidebar.php b/modules/extra-sidebar.php index e503180..d1060cf 100644 --- a/modules/extra-sidebar.php +++ b/modules/extra-sidebar.php @@ -102,7 +102,7 @@ function render_sidebar($pageindex, $root_pagename = "") continue; // If the page already appears on the sidebar, skip it - if(preg_match("/>$pagename<\a>/m",$result)===1) + if(preg_match("/>$pagename<\a>/m", $result) === 1) continue; // If the part of the current pagename that comes after the root