From 01ebe21eebfe0f57895ed831c5705109ca8c4ca5 Mon Sep 17 00:00:00 2001 From: thinkphp Date: Wed, 16 Dec 2015 21:40:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=AC=A2=E8=BF=8E=E9=A1=B5=E9=9D=A2=E6=89=8B?= =?UTF-8?q?=E5=86=8C=E9=93=BE=E6=8E=A5=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tpl/default_index.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tpl/default_index.tpl b/tpl/default_index.tpl index 020670e2..96db7488 100644 --- a/tpl/default_index.tpl +++ b/tpl/default_index.tpl @@ -5,6 +5,6 @@ class Index { public function index() { - return '

:)

欢迎使用 ThinkPHP5

'; + return '

:)

欢迎使用 ThinkPHP5

'; } } \ No newline at end of file