Made the ID bit not implicit.

This commit is contained in:
flash 2023-01-07 17:49:52 +00:00
parent 07ad8bd721
commit d47cdf47ef

View file

@ -82,7 +82,7 @@ class HanyuuContext {
$siteName = $this->config->getValue('site:name', IConfig::T_STR, 'Hanyuu');
return "<!doctype html>\r\n"
. "<title>{$siteName} ID</title>\r\n"
. "<title>{$siteName}</title>\r\n"
. "<center>\r\n"
. " <h1>Under Construction</h1>\r\n"
. " <img src=\"//static.flash.moe/images/me-tan-2.png\" alt=\"\"/>\r\n"