fixed template variable bug #781130 on query page. reported by Michael

Pechner (mpechner).

* lib/query.py (main): set 'icons' parameter in template data


git-svn-id: http://viewvc.tigris.org/svn/viewvc/trunk@698 8cb11bc2-c004-0410-86c3-e597b4017df7
remotes/tags/1.0.0-rc1
rey4 2003-08-05 01:02:23 +00:00
parent a06053167b
commit 7296228e72
1 changed files with 1 additions and 0 deletions

View File

@ -384,6 +384,7 @@ def main(server, viewcvs_link):
'cfg' : cfg,
'address' : cfg.general.address,
'vsn' : viewcvs.__version__,
'icons' : cfg.options.icons,
'repository' : server.escape(form_data.repository, 1),
'branch' : server.escape(form_data.branch, 1),