From 9bd57aa0d4e91031681e5e6430a27b911a3b76a4 Mon Sep 17 00:00:00 2001 From: xieqiyu Date: Wed, 11 Jan 2023 15:59:30 +0800 Subject: [PATCH] * Fix bug#31581. --- module/story/view/view.html.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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'");?>