Print the value, not the name.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Thu, 24 Nov 2011 09:44:01 +0000 (10:44 +0100)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Thu, 24 Nov 2011 09:44:01 +0000 (10:44 +0100)
src/main/resources/templates/include/head.html

index 734697a..ae642dc 100644 (file)
@@ -15,7 +15,7 @@
 
                <div id="notification-area">
 
-                       <div id="notification-hash" class="hidden"><%= notificationHash|html></div>
+                       <div id="notification-hash" class="hidden"><% notificationHash|html></div>
 
                        <form id="notification-dismiss-template" class="hidden dismiss" action="dismissNotification.html" method="post">
                                <input type="hidden" name="formPassword" value="<% formPassword|html>" />