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',