From 5c3e206261da509f8102510373f19f581299db63 Mon Sep 17 00:00:00 2001 From: LiaoYijun Date: Tue, 24 Aug 2021 14:36:11 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=B5=8B=E8=AF=95=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E6=A0=87=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/controllers/test.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/application/controllers/test.php b/application/controllers/test.php index 2163f22f..7a7efa6b 100644 --- a/application/controllers/test.php +++ b/application/controllers/test.php @@ -26,8 +26,9 @@ class Test extends CI_Controller if (!empty($feedback_array)) { foreach ($feedback_array[0] as $index => $tag_name) { $city_name = $feedback_array[1][$index]; - echo $city_name; - echo htmlentities($tag_name); + echo $information->ic_title.'
'; + echo $city_name.'
'; + echo htmlentities($tag_name).'
'; $feedback_data = $this->feedback_model->get_feedback_by_city($city_name); $feedback_content = $this->load->view( $template_path . '-feedback',