* adjust code format.

This commit is contained in:
wangchunsheng
2013-02-26 06:10:59 +00:00
parent 3b308030cb
commit cc678aec81

View File

@@ -107,10 +107,10 @@
<?php
if(strpos($viewType, 'doc') !== false)
{
include '../../doc/view/footer.html.php';
include '../../doc/view/footer.html.php';
}
else
{
include '../../common/view/footer.html.php';
include '../../common/view/footer.html.php';
}
?>