related to #1679 Better styling for photo id in photo edit

This commit is contained in:
Matthieu Leproux
2022-06-28 16:35:45 +02:00
parent 204fe1deca
commit ad4ab43571
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ $tabsheet->assign();
$template->assign(
array(
'ADMIN_PAGE_TITLE' => l10n('Edit photo #%s', $_GET['image_id']),
'ADMIN_PAGE_TITLE' => l10n('Edit photo <span class="image-id">#%s</span>', $_GET['image_id']),
)
);