week.tmpl: Add a missing closing tag

This commit is contained in:
Nelson Elhage 2010-01-14 12:08:47 -05:00
parent 2bf2f46655
commit 2fe718b4a2
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@
<li><a href="${p['url']}">${p['title']}</a></li>
% endfor
</ul>
</li>
% endfor
</ul>