From c427beb6f9208cca59874efacf46d4171135476e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E6=80=A1=E6=A0=8B?= Date: Wed, 8 Sep 2021 13:20:40 +0800 Subject: [PATCH] * finish task #42425. --- module/tutorial/view/index.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/tutorial/view/index.html.php b/module/tutorial/view/index.html.php index c69d510e94..454c6edcf4 100644 --- a/module/tutorial/view/index.html.php +++ b/module/tutorial/view/index.html.php @@ -78,7 +78,7 @@ $nav = $task['nav']; if(!commonModel::hasPriv($nav['module'], $nav['method'])) continue; $task['name'] = $name; - $task['id'] = ++$idx; + $task['id'] = ++ $idx; $task['url'] = helper::createLink($nav['module'], $nav['method'], isset($nav['vars']) ? $nav['vars'] : '', 'tutorial'); $tasks[$name] = $task; ?>