From d47cdf47ef4613eced21615abfc4911eecb469e6 Mon Sep 17 00:00:00 2001 From: flashwave Date: Sat, 7 Jan 2023 17:49:52 +0000 Subject: [PATCH] Made the ID bit not implicit. --- src/HanyuuContext.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/HanyuuContext.php b/src/HanyuuContext.php index 18d1e1f..4d93afd 100644 --- a/src/HanyuuContext.php +++ b/src/HanyuuContext.php @@ -82,7 +82,7 @@ class HanyuuContext { $siteName = $this->config->getValue('site:name', IConfig::T_STR, 'Hanyuu'); return "\r\n" - . "{$siteName} ID\r\n" + . "{$siteName}\r\n" . "
\r\n" . "

Under Construction

\r\n" . " \"\"/\r\n"