mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-12 03:33:01 +02:00
related to #1679 Regular title for edit album tabs
This commit is contained in:
@@ -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()),
|
||||
)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user