* Fix bug#11213.

This commit is contained in:
qiyu-xie
2021-03-30 10:07:20 +08:00
parent a881b796dd
commit 2ce46cdce8
+1 -1
View File
@@ -3030,7 +3030,7 @@ class taskModel extends model
{
if(common::hasPriv('story', 'view'))
{
echo html::a(helper::createLink('story', 'view', "storyid=$task->storyID", 'html', true), "<i class='icon icon-{$this->lang->icons['story']}'></i>", '', "class='iframe' title='{$task->storyTitle}'");
echo html::a(helper::createLink('story', 'view', "storyid=$task->storyID", 'html', true), "<i class='icon icon-{$this->lang->icons['story']}'></i>", '', "class='iframe' data-width='1050' title='{$task->storyTitle}'");
}
else
{