Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMoritz Lenz <moritz@faui2k3.org>2010-05-22 13:55:32 (GMT)
committer Moritz Lenz <moritz@faui2k3.org>2010-05-22 13:55:32 (GMT)
commitaf9f970c4c2c223289cd909015eaa8ce302719fa (patch)
treec03d7b882ee7bb70d7d35738e941f147ffe681a0
parent16252164fb1a2e3ad2b618a0b94cbe32887f4bf2 (diff)
fix template error
-rw-r--r--cgi/template/search.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/cgi/template/search.tmpl b/cgi/template/search.tmpl
index f31bce4..bbe7736 100644
--- a/cgi/template/search.tmpl
+++ b/cgi/template/search.tmpl
@@ -57,7 +57,7 @@
<h2><a href="<TMPL_VAR URL>"><TMPL_VAR DAY></a></h2>
<table>
<TMPL_LOOP LINES>
- <TMPL_INCLUDE line.tmpl'>
+ <TMPL_INCLUDE line.tmpl>
</TMPL_LOOP>
</table>
</TMPL_LOOP>
@@ -72,6 +72,6 @@
</TMPL_LOOP>
</p>
- <TMPL_INCLUDE footer.tmpl">
+ <TMPL_INCLUDE footer.tmpl>
</body>
</html>