Made the ID bit not implicit.
This commit is contained in:
parent
07ad8bd721
commit
d47cdf47ef
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue