diff --git a/module/task/view/create.html.php b/module/task/view/create.html.php
index 40de74c6e8..52b2033e03 100644
--- a/module/task/view/create.html.php
+++ b/module/task/view/create.html.php
@@ -96,7 +96,7 @@
| task->story;?> |
- task->noticeLinkStory, html::a($this->createLink('execution', 'linkStory', "executionID=$execution->id"), $lang->execution->linkStory, '_blank', 'class="text-primary"'), html::a("javascript:loadStories($execution->id)", $lang->refresh, '', 'class="text-primary"'));?>
+ task->noticeLinkStory, html::a($this->createLink('execution', 'linkStory', "executionID=$execution->id"), $lang->execution->linkStory, '', 'class="text-primary"'), html::a("javascript:loadStories($execution->id)", $lang->refresh, '', 'class="text-primary"'));?>
|