##// END OF EJS Templates
missed hunk when moving code to templater module
Vadim Gelfer -
r1898:e517189f default
parent child Browse files
Show More
@@ -1022,8 +1022,8 b' class hgwebdir(object):'
1022 yield tmpl("footer", **map)
1022 yield tmpl("footer", **map)
1023
1023
1024 m = os.path.join(templater.templatepath(), "map")
1024 m = os.path.join(templater.templatepath(), "map")
1025 tmpl = templater(m, common_filters,
1025 tmpl = templater.templater(m, templater.common_filters,
1026 {"header": header, "footer": footer})
1026 {"header": header, "footer": footer})
1027
1027
1028 def entries(**map):
1028 def entries(**map):
1029 parity = 0
1029 parity = 0
General Comments 0
You need to be logged in to leave comments. Login now