From d7af949b901e5fdf759805cec28402d3acb3838f Mon Sep 17 00:00:00 2001 From: tianshujie Date: Wed, 26 Oct 2022 14:05:08 +0800 Subject: [PATCH] * Finish task #73732. --- module/block/view/welcome.html.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/module/block/view/welcome.html.php b/module/block/view/welcome.html.php index b3e04009ed..0be1618dc4 100644 --- a/module/block/view/welcome.html.php +++ b/module/block/view/welcome.html.php @@ -59,7 +59,7 @@
block->myTask?>
-
createLink('my', 'work', 'mode=task'), (int)$tasks, '', "class='text-primary'");?>
+
createLink('my', 'work', 'mode=task'), (int)$tasks, '', "class='text-primary'");?>
block->delayed . ' ' . $delay['task']?> @@ -68,7 +68,7 @@
block->myBug?>
-
createLink('my', 'work', 'mode=bug'), (int)$bugs, '', "class='text-primary'");?>
+
createLink('my', 'work', 'mode=bug'), (int)$bugs, '', "class='text-primary'");?>
block->delayed . ' ' . $delay['bug']?> @@ -77,7 +77,7 @@
block->myStory?>
-
createLink('my', 'work', 'mode=story'), (int)$stories, '', "class='text-primary'");?>
+
createLink('my', 'work', 'mode=story'), (int)$stories, '', "class='text-primary'");?>