related to #1679 Regular title for edit album tabs

This commit is contained in:
Matthieu Leproux
2022-06-28 11:19:19 +02:00
parent 668ec6c81d
commit 340f2647ec
8 changed files with 24 additions and 26 deletions
+1 -1
View File
@@ -211,7 +211,7 @@ if (!empty($category['id_uppercat']))
$template->assign(
array(
'CATEGORIES_NAV' => $navigation,
'CATEGORIES_NAV' => trim($navigation),
'CAT_ID' => $category['id'],
'CAT_NAME' => @htmlspecialchars($category['name']),
'CAT_COMMENT' => @htmlspecialchars($category['comment']),