diff --git a/module/execution/ui/bug.html.php b/module/execution/ui/bug.html.php
index b94cff4277..5835c21091 100644
--- a/module/execution/ui/bug.html.php
+++ b/module/execution/ui/bug.html.php
@@ -87,7 +87,7 @@ if($canBatchAssignTo)
jsVar('orderBy', $orderBy);
jsVar('sortLink', helper::createLink('execution', 'bug', "executionID={$execution->id}&productID={$productID}&branch={$branchID}&orderBy={orderBy}&build=$buildID&type=$type¶m=$param&recTotal={$pager->recTotal}&recPerPage={$pager->recPerPage}&pageID={$pager->pageID}"));
-jsVar('pageSummary', $summary);
+jsVar('+pageSummary', $summary);
jsVar('checkedSummary', $lang->selectedItems);
$cols = $this->loadModel('datatable')->getSetting('execution');
diff --git a/module/execution/ui/task.html.php b/module/execution/ui/task.html.php
index eff7685ccd..f69d166823 100644
--- a/module/execution/ui/task.html.php
+++ b/module/execution/ui/task.html.php
@@ -181,7 +181,7 @@ if($canBatchAction)
jsVar('orderBy', $orderBy);
jsVar('sortLink', helper::createLink('execution', 'task', "executionID={$execution->id}&status={$status}¶m={$param}&orderBy={orderBy}&recTotal={$pager->recTotal}&recPerPage={$pager->recPerPage}"));
-jsVar('pageSummary', $lang->execution->pageSummary);
+jsVar('+pageSummary', $lang->execution->pageSummary);
jsVar('checkedSummary', $lang->execution->checkedSummary);
jsVar('multipleAB', $lang->task->multipleAB);
jsVar('childrenAB', $lang->task->childrenAB);
diff --git a/module/product/ui/browse.html.php b/module/product/ui/browse.html.php
index a532c0f87a..f04e9e9dc4 100644
--- a/module/product/ui/browse.html.php
+++ b/module/product/ui/browse.html.php
@@ -281,7 +281,7 @@ data('storyBrowseType', $storyBrowseType);
jsVar('projectID', $projectID);
jsVar('modulePairs', $modulePairs);
-jsVar('pageSummary', $summary);
+jsVar('+pageSummary', $summary);
jsVar('checkedSummary', str_replace('%storyCommon%', $storyCommon, $lang->product->checkedSummary));
featureBar
diff --git a/module/productplan/ui/browsebylist.html.php b/module/productplan/ui/browsebylist.html.php
index 3ce37c8ad1..6961ad5c7a 100644
--- a/module/productplan/ui/browsebylist.html.php
+++ b/module/productplan/ui/browsebylist.html.php
@@ -10,7 +10,7 @@ declare(strict_types=1);
*/
namespace zin;
-jsVar('pageSummary', $summary);
+jsVar('+pageSummary', $summary);
jsVar('checkedSummary', $lang->productplan->checkedSummary);
/* zin: Define the set::module('productplan') feature bar on main menu. */