* Fix bug#13672.

This commit is contained in:
qiyu-xie
2021-07-16 14:16:59 +08:00
parent 574ecd7bd3
commit db3e544504
@@ -52,7 +52,7 @@
<?php
if(common::hasPriv('execution', 'task'))
{
echo html::a($this->createLink('execution', 'task', "executionID=$execution->id"), $execution->name, '', "title=$execution->name");
echo html::a($this->createLink('execution', 'task', "executionID=$execution->id"), $execution->name, '', "title='{$execution->name}'");
}
else
{