mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-20 16:42:59 +02:00
related to #1679 Regular title for edit album tabs
This commit is contained in:
@@ -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']),
|
||||
|
||||
Reference in New Issue
Block a user