Fix subversion markup view

* lib/viewcvs.py
  (view_markup):
    set annotate_href value

----------------------------------------------------------------------


git-svn-id: http://viewvc.tigris.org/svn/viewvc/trunk@1005 8cb11bc2-c004-0410-86c3-e597b4017df7
remotes/tags/1.0.0-rc1
rey4 2005-01-14 06:38:20 +00:00
parent c9ca3313c6
commit 83d2817867
1 changed files with 2 additions and 0 deletions

View File

@ -1294,6 +1294,8 @@ def view_markup(request):
data['annotate_href'] = request.get_url(view_func=view_annotate,
params={'annotate': rev},
escape=1)
else:
data['annotate_href'] = None
if cfg.options.show_log_in_markup:
options = {}