Changed the rendering code for templating output
[biaweb2.git] / templates / sidebar.tpl.html
index a2e7c05..b4356ff 100644 (file)
@@ -1,4 +1,4 @@
-<h2>%s</h2>
+<h2>{title}</h2>
 <ul>
-%s
+{items}
 </ul>
\ No newline at end of file