diff --git a/module/product/view/all.html.php b/module/product/view/all.html.php
index 4c96ad190a..2c2bc5ad2e 100644
--- a/module/product/view/all.html.php
+++ b/module/product/view/all.html.php
@@ -89,7 +89,7 @@
createLink('product', 'view', 'product=' . $product->id), sprintf('%03d', $product->id));?>
createLink('product', 'view', 'product=' . $product->id), $product->name);?> |
- line);?> |
+ line, '');?> |
stories['active']?> |
stories['changed']?> |
stories['draft']?> |
diff --git a/module/task/view/finish.html.php b/module/task/view/finish.html.php
index 74f5736fdc..78a30bf7ff 100644
--- a/module/task/view/finish.html.php
+++ b/module/task/view/finish.html.php
@@ -38,7 +38,7 @@
| team) ? $lang->task->assign : $lang->task->transferTo;?> |
- nextBy, "class='form-control chosen'");?> | |
+ openedBy, "class='form-control chosen'");?> | |
| task->finishedDate;?> |