Issue #1625 add array key for dataset

add array keys for body data helpful when selecting via javascript

also separates ids for combined tags and albums
This commit is contained in:
HWFord
2022-04-08 09:14:18 +02:00
parent acbf86a6fa
commit 5a4a669c08
3 changed files with 15 additions and 9 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ $template->assign(
'BODY_CLASSES' => $page['body_classes'],
'BODY_DATA' => json_encode($page['body_classes']),
'BODY_DATA' => json_encode($page['body_data']),
)
);