From 02388934e755f886a438b7cbb8916ced97e627e0 Mon Sep 17 00:00:00 2001 From: zswang Date: Sat, 20 Feb 2016 09:44:32 +0800 Subject: [PATCH] close tag --- test/fixtures/jphps.input.html | 2 +- test/fixtures/jphps.output.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/fixtures/jphps.input.html b/test/fixtures/jphps.input.html index 0d28295..110b06f 100644 --- a/test/fixtures/jphps.input.html +++ b/test/fixtures/jphps.input.html @@ -13,4 +13,4 @@ renderItem(array('url' => 'http://www.baidu.com/', 'title' => '百度')); - \ No newline at end of file + \ No newline at end of file diff --git a/test/fixtures/jphps.output.html b/test/fixtures/jphps.output.html index 8dace50..e1fef52 100644 --- a/test/fixtures/jphps.output.html +++ b/test/fixtures/jphps.output.html @@ -10,4 +10,4 @@ 'http://google.com/', 'title' => 'Google')); renderItem(array('url' => 'http://www.baidu.com/', 'title' => '百度')); ?> - \ No newline at end of file + \ No newline at end of file