templates/once.tt
changeset 87 1d82a68eb0a3
parent 79 171328219fef
--- a/templates/once.tt	Mon Jan 04 15:16:55 2016 +0100
+++ b/templates/once.tt	Sat Jan 09 15:01:05 2016 +0100
@@ -2,7 +2,7 @@
 
 <html>
 [%-
-    USE date;
+    USE date;	# for date formattting in inventory.html
 -%]
 <head>
 <title>Once</title>
@@ -22,4 +22,6 @@
 </div>
 </body>
 </html>
-[%# vim:ft=html: %]
+[%
+   # vim:ft=html: 
+%]