diff --git a/pagure/ui/filters.py b/pagure/ui/filters.py index 1168963..f7249cc 100644 --- a/pagure/ui/filters.py +++ b/pagure/ui/filters.py @@ -193,7 +193,7 @@ def format_loc( ' data-filename="%(filename)s" data-commit="%(commit)s"' ' data-tree="%(tree_id)s">' "

" - '' "

" "" @@ -439,9 +439,6 @@ def blame_loc(loc, repo, username, blame): # Happens at the end of the file, since we are using idx + 1 continue - if '
' in line:
-            line = line.split('
')[1]
-
         output.append(
             ''
             '