Bug 87133

git-svn-id: svn://svn.office.custis.ru/3rdparty/viewvc.org/trunk@1423 6955db30-a419-402b-8a0d-67ecbb4d7f56
remotes/github/custis
vfilippov 2011-10-05 16:16:27 +00:00 committed by Vitaliy Filippov
parent 999c9de4d3
commit e8c05fc096
1 changed files with 1 additions and 1 deletions

View File

@ -1476,7 +1476,7 @@ def markup_stream_pygments(request, cfg, blame_data, fp, filename, mime_type):
# one from the file contents we fetch with PATH and REV.
if not use_pygments:
if blame_source:
return blame_source
return blame_source, encoding
else:
lines = []
line_no = 0