diff --git a/framework/control.class.php b/framework/control.class.php index b8dd49f08b..c3521f7c82 100644 --- a/framework/control.class.php +++ b/framework/control.class.php @@ -208,7 +208,7 @@ class control extends baseControl chdir(dirname($viewFile)); /** - * 使用extract安定ob方法渲染$viewFile里面的代码。 + * 使用extract和ob方法渲染$viewFile里面的代码。 * Use extract and ob functions to eval the codes in $viewFile. */ extract((array)$this->view); diff --git a/module/admin/view/safe.html.php b/module/admin/view/safe.html.php index 738fb25ca6..2868a02f65 100644 --- a/module/admin/view/safe.html.php +++ b/module/admin/view/safe.html.php @@ -14,7 +14,7 @@
diff --git a/module/backup/view/index.html.php b/module/backup/view/index.html.php index 9d61e02d1c..374ec2ef8c 100644 --- a/module/backup/view/index.html.php +++ b/module/backup/view/index.html.php @@ -17,7 +17,7 @@