From 707ee844d9bc9aa7c81724e0b2f5fcc6f5d030f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=83=86=E3=82=AF=E3=83=8B=E3=82=AB=E3=83=AB=E8=AB=8F?= =?UTF-8?q?=E8=A8=AA=E5=AD=90?= Date: Thu, 25 Aug 2022 22:12:49 +0900 Subject: [PATCH] =?UTF-8?q?echo=E7=9F=AD=E7=B8=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/header.php | 2 +- include/menu.php | 2 +- www/about.php | 4 ++-- www/search.php | 12 ++++++------ www/submit.php | 6 +++--- 5 files changed, 13 insertions(+), 13 deletions(-) diff --git a/include/header.php b/include/header.php index 329af18..02baf40 100644 --- a/include/header.php +++ b/include/header.php @@ -3,7 +3,7 @@ - <?php echo SITE_NAME.':'.$title; ?> + <?= SITE_NAME.':'.$title; ?> diff --git a/include/menu.php b/include/menu.php index b0ff1a6..0c5b871 100644 --- a/include/menu.php +++ b/include/menu.php @@ -1,4 +1,4 @@ -