* change for supper xhtml.

This commit is contained in:
wangyidong
2018-12-11 16:38:03 +08:00
parent dfe6066d78
commit 89409fe3ef
6 changed files with 158 additions and 1 deletions
+2
View File
@@ -197,6 +197,8 @@ class my extends control
$this->view->orderBy = $orderBy;
$this->view->users = $this->loadModel('user')->getPairs('noletter');
$this->view->pager = $pager;
if($this->app->viewType == 'json') $this->view->tasks = array_values($this->view->tasks);
$this->display();
}