diff --git a/module/execution/view/importtask.html.php b/module/execution/view/importtask.html.php
index 1e79816b7e..ffb3c7790b 100644
--- a/module/execution/view/importtask.html.php
+++ b/module/execution/view/importtask.html.php
@@ -71,7 +71,7 @@
{
if(common::hasPriv('execution', 'storyView'))
{
- echo html::a($this->createLink('execution', 'storyView', "storyid=$task->storyID"), $task->storyTitle, '', "class='preview'", true, isonlybody());
+ echo html::a($this->createLink('execution', 'storyView', "storyid=$task->storyID", '', true), $task->storyTitle, '', "class='preview'", true, isonlybody());
}
else
{