From 7bafd1fafffcc61a413906364600a0c0fad0a784 Mon Sep 17 00:00:00 2001 From: Yugo Nagata Date: Mon, 21 Apr 2014 13:50:17 +0900 Subject: [PATCH] Fix a typo of title in installing --- install/checkDirectory.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/checkDirectory.php b/install/checkDirectory.php index 557f227..cfe9514 100644 --- a/install/checkDirectory.php +++ b/install/checkDirectory.php @@ -61,7 +61,7 @@ if (!$error && $action == 'next') { -<? echo $message['strDirectoryCheck'] ?> +<?php echo $message['strDirectoryCheck'] ?> -- 2.39.5