Skip to content

Commit

Permalink
close tag
Browse files Browse the repository at this point in the history
  • Loading branch information
zswang committed Feb 20, 2016
1 parent 15e5ac1 commit 0238893
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/fixtures/jphps.input.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
renderItem(array('url' => 'http://www.baidu.com/', 'title' => '百度'));
</ul>
<!--/jdists-->
<body>
</body>
2 changes: 1 addition & 1 deletion test/fixtures/jphps.output.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
<?php renderItem(array('url' => 'http://google.com/', 'title' => 'Google'));
renderItem(array('url' => 'http://www.baidu.com/', 'title' => '百度')); ?>
</ul>
<body>
</body>

0 comments on commit 0238893

Please sign in to comment.