Skip to content
Permalink
Browse files Browse the repository at this point in the history
issue #211: escape CVS subdir last-modified file name
  • Loading branch information
cmpilato committed Mar 26, 2020
1 parent 7938895 commit ad0f966
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/viewvc.py
Expand Up @@ -2412,7 +2412,7 @@ def view_directory(request):
if request.roottype == 'cvs' and file.rev is not None:
row.rev = None
if cfg.options.show_logs:
row.log_file = file.newest_file
row.log_file = request.server.escape(file.newest_file)
row.log_rev = file.rev

if request.roottype == 'svn':
Expand Down

0 comments on commit ad0f966

Please sign in to comment.