* Adjust code style.

This commit is contained in:
liyuchun
2021-12-29 10:24:39 +08:00
parent 8e98e9831e
commit 2b44879ba2
2 changed files with 2 additions and 2 deletions

View File

@@ -425,7 +425,7 @@
$canViewMR = common::hasPriv('mr', 'view');
foreach($bug->linkMRTitles as $MRID => $linkMRTitle)
{
echo ($canViewMR ? html::a($this->createLink('mr', 'view', "MRID=$MRID"), "#$MRID $linkMRTitle") : "#$MRID $linkMRTitle"). '<br />';
echo ($canViewMR ? html::a($this->createLink('mr', 'view', "MRID=$MRID"), "#$MRID $linkMRTitle") : "#$MRID $linkMRTitle") . '<br />';
}
?>
</td>