From de0a7138d20a87b3767403a8ce440f799b2adfef Mon Sep 17 00:00:00 2001 From: Shish Date: Sat, 1 Feb 2020 11:58:50 +0000 Subject: [PATCH] formatting --- core/imageboard/tag.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/imageboard/tag.php b/core/imageboard/tag.php index 079b06ac..a0bc1ca1 100644 --- a/core/imageboard/tag.php +++ b/core/imageboard/tag.php @@ -180,7 +180,7 @@ class Tag "&" => "a", ]; - foreach($to_caret as $from => $to) { + foreach ($to_caret as $from => $to) { $input = str_replace($from, '^' . $to, $input); } return $input;