From fd522561223a78729ec1f1a18d04895ac204712e Mon Sep 17 00:00:00 2001 From: zhouxudong Date: Thu, 28 Apr 2022 03:27:09 +0000 Subject: [PATCH] * Fix bug #22038. --- lib/base/front/front.class.php | 2 +- module/program/view/browsebylist.html.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/base/front/front.class.php b/lib/base/front/front.class.php index 5453697c61..a2ebdd9851 100644 --- a/lib/base/front/front.class.php +++ b/lib/base/front/front.class.php @@ -512,7 +512,7 @@ class baseHTML $dataApp = array_search($gobackLink, $gobackList) ? array_search($gobackLink, $gobackList) : ''; $dataApp = empty($dataApp) ? '' : "data-app='$dataApp'"; - return "{$label}"; + return "{$label}"; } /** diff --git a/module/program/view/browsebylist.html.php b/module/program/view/browsebylist.html.php index 26b7a53e87..e74e5694d9 100644 --- a/module/program/view/browsebylist.html.php +++ b/module/program/view/browsebylist.html.php @@ -126,7 +126,7 @@