diff --git a/module/story/view/view.html.php b/module/story/view/view.html.php
index 63049dd80f..f49e50ea5e 100644
--- a/module/story/view/view.html.php
+++ b/module/story/view/view.html.php
@@ -218,13 +218,13 @@
shadow):?>
| story->product;?> |
- createLink('product', 'view', "productID=$story->product"), $product->name);?> |
+ createLink('product', 'view', "productID=$story->product"), $product->name, '', "data-app='product'");?> |
type != 'normal'):?>
| product->branch;?> |
- product&branch=$story->branch", $branches[$story->branch]);?> |
+ product&branch=$story->branch", $branches[$story->branch], '', "data-app='product'");?> |