From 1a99bd40d6e75cb807c7ac7dea5bb50165ae1351 Mon Sep 17 00:00:00 2001 From: Rotzbua Date: Tue, 17 Mar 2026 22:11:37 +0100 Subject: [PATCH] Enhance backup date display with title attribute (#2499) Add title attribute to backup date for better accessibility. --- .../forms/fields/backupshistory/backupshistory.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/grav/templates/forms/fields/backupshistory/backupshistory.html.twig b/themes/grav/templates/forms/fields/backupshistory/backupshistory.html.twig index ad219f60..7b18f33c 100644 --- a/themes/grav/templates/forms/fields/backupshistory/backupshistory.html.twig +++ b/themes/grav/templates/forms/fields/backupshistory/backupshistory.html.twig @@ -15,7 +15,7 @@ {% set backup_delete = delete_url|replace({'%BACKUP_FILE': encoded_name}) %} {{ loop.index }} - {{ backup.date|date }} + {{ backup.date|date }} {{ backup.title }} {{ backup.size|nicefilesize }}