diff --git a/trunk/module/bug/view/view.html.php b/trunk/module/bug/view/view.html.php index fc8695fa79..af3eb204f5 100644 --- a/trunk/module/bug/view/view.html.php +++ b/trunk/module/bug/view/view.html.php @@ -193,9 +193,9 @@ if($bug->story) echo html::a($this->createLink('story', 'view', "storyID=$bug->story"), $bug->storyTitle); if($bug->storyStatus == 'active' and $bug->latestStoryVersion > $bug->storyVersion) { - echo "({$lang->story->changed} "; - echo html::a($this->createLink('bug', 'confirmStoryChange', "bugID=$bug->id"), $lang->confirm, 'hiddenwin'); - echo ")"; + echo "({$lang->story->changed} "; + echo html::a($this->createLink('bug', 'confirmStoryChange', "bugID=$bug->id"), $lang->confirm, 'hiddenwin'); + echo ")"; } ?>