diff --git a/module/product/view/kanban.html.php b/module/product/view/kanban.html.php
index fea369c397..c8f65606dc 100644
--- a/module/product/view/kanban.html.php
+++ b/module/product/view/kanban.html.php
@@ -45,7 +45,7 @@
- createLink('product', 'browse', "productID=$productID"), $productList[$productID]->name, '', "title={$productList[$productID]->name}");?>
+ ' . html::a($this->createLink('product', 'browse', "productID=$productID"), $productList[$productID]->name, '', "title={$productList[$productID]->name}") . '';?>
name}>{$productList[$productID]->name}";?>
|