Changed the rendering code for templating output
[biaweb2.git] / templates / doclist.tpl.html
index 54bf4d4..206c4ac 100644 (file)
@@ -1,4 +1,4 @@
-<h2>%s</h2>
+<h2>{title}</h2>
 <table style="width:100%;" >
     <thead style="font-weight:bold;">
         <tr>
@@ -8,6 +8,6 @@
         </tr>
     </thead>
     <tbody>
-        %s
+        {docitems}
     </tbody>
 </table>
\ No newline at end of file