From 32fea06afbd1adc54f1caeddbe34dc3c77f9d87a Mon Sep 17 00:00:00 2001 From: liugang Date: Wed, 31 May 2023 09:41:44 +0800 Subject: [PATCH] * bugView: align code. --- module/bug/ui/view.html.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/module/bug/ui/view.html.php b/module/bug/ui/view.html.php index b8d84b663f..e70a36a287 100644 --- a/module/bug/ui/view.html.php +++ b/module/bug/ui/view.html.php @@ -74,11 +74,11 @@ if(!empty($bug->linkBugTitles)) foreach($bug->linkBugTitles as $linkBugID => $linkBugTitle) { $linkBugs[] = a - ( - set('href', $this->createLink('bug', 'view', "bugID=$linkBugID")), - set('data-toggle', 'modal'), - "#$linkBugID $linkBugTitle" - ); + ( + set('href', $this->createLink('bug', 'view', "bugID=$linkBugID")), + set('data-toggle', 'modal'), + "#$linkBugID $linkBugTitle" + ); } }