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
@@ -126,7 +126,7 @@ $navigation = get_cat_display_name_cache(
$template->assign(
array(
'CATEGORIES_NAV' => $navigation,
'CATEGORIES_NAV' => trim($navigation),
'F_ACTION' => $base_url.get_query_string_diff(array()),
)
);