From 7594db8e46e8e2efeb0f0228d7267efc54eb2e78 Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20=E2=80=98Bombe=E2=80=99=20Roden?= Date: Sun, 14 Nov 2010 15:48:29 +0100 Subject: [PATCH] Set ID of notification. --- src/main/resources/templates/include/head.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/templates/include/head.html b/src/main/resources/templates/include/head.html index 2a2d3b6..a98f58d 100644 --- a/src/main/resources/templates/include/head.html +++ b/src/main/resources/templates/include/head.html @@ -206,7 +206,7 @@
<%foreach webInterface.core.notifications.all notification> -
+
<%if notification.dismissable>
-- 2.7.4