missed hunk when moving code to templater module

This commit is contained in:
Vadim Gelfer 2006-02-26 13:11:53 -08:00
parent 1db1ed4f1f
commit 088b436796

View File

@ -1022,8 +1022,8 @@ class hgwebdir(object):
yield tmpl("footer", **map)
m = os.path.join(templater.templatepath(), "map")
tmpl = templater(m, common_filters,
{"header": header, "footer": footer})
tmpl = templater.templater(m, templater.common_filters,
{"header": header, "footer": footer})
def entries(**map):
parity = 0