Mercurial > hg
changeset 1898:e517189f168d
missed hunk when moving code to templater module
author | Vadim Gelfer <vadim.gelfer@gmail.com> |
---|---|
date | Sun, 26 Feb 2006 13:11:53 -0800 |
parents | 58b6784cf9f1 |
children | 888d298ddb91 |
files | mercurial/hgweb.py |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/hgweb.py Sun Feb 26 13:09:26 2006 -0800 +++ b/mercurial/hgweb.py Sun Feb 26 13:11:53 2006 -0800 @@ -1022,8 +1022,8 @@ 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