diff templates/tags.tmpl @ 974:aedb47764f29

Added support for #foo%bar# syntax This required moving template() into the templater class
author Josef "Jeff" Sipek <jeffpc@optonline.net>
date Wed, 17 Aug 2005 21:14:20 -0500
parents 11578820b5d7
children 5197fb9d65d5
line wrap: on
line diff
--- a/templates/tags.tmpl	Wed Aug 17 17:57:37 2005 -0800
+++ b/templates/tags.tmpl	Wed Aug 17 21:14:20 2005 -0500
@@ -11,7 +11,7 @@
 <h2>tags:</h2>
 
 <ul id="tagEntries">
-#entries#
+#entries%tagentry#
 </ul>
 
 #footer#