From: David ‘Bombe’ Roden Date: Thu, 20 Jan 2011 06:00:31 +0000 (+0100) Subject: Don’t include the request verbally, it’s found in the context stack. X-Git-Tag: 0.4.2^2~20 X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=commitdiff_plain;h=b4d6f813ec6537b1e5fc41013ff73062551c29fa Don’t include the request verbally, it’s found in the context stack. --- diff --git a/src/main/resources/templates/include/head.html b/src/main/resources/templates/include/head.html index a6051d0..a9fbb49 100644 --- a/src/main/resources/templates/include/head.html +++ b/src/main/resources/templates/include/head.html @@ -28,7 +28,7 @@ <%/if> - <%include notification request=request> + <%include notification> <%/foreach>