You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by tv...@apache.org on 2012/12/18 05:29:29 UTC

[8/41] git commit: [#5389] ticket:229 remove meaningless line

[#5389] ticket:229 remove meaningless line


Project: http://git-wip-us.apache.org/repos/asf/incubator-allura/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-allura/commit/427b5c14
Tree: http://git-wip-us.apache.org/repos/asf/incubator-allura/tree/427b5c14
Diff: http://git-wip-us.apache.org/repos/asf/incubator-allura/diff/427b5c14

Branch: refs/heads/tv/4957
Commit: 427b5c144d3116a96c9d70a7402a4ffca80e037f
Parents: 5e6d4a8
Author: Igor Bondarenko <je...@gmail.com>
Authored: Fri Dec 7 14:44:37 2012 +0000
Committer: Cory Johns <jo...@geek.net>
Committed: Mon Dec 17 22:21:17 2012 +0000

----------------------------------------------------------------------
 Allura/allura/controllers/repository.py |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-allura/blob/427b5c14/Allura/allura/controllers/repository.py
----------------------------------------------------------------------
diff --git a/Allura/allura/controllers/repository.py b/Allura/allura/controllers/repository.py
index 853fda9..6aeca01 100644
--- a/Allura/allura/controllers/repository.py
+++ b/Allura/allura/controllers/repository.py
@@ -589,7 +589,6 @@ class FileBrowser(BaseController):
         if fmt == 'sidebyside':
             hd = HtmlSideBySideDiff()
             diff = hd.make_table(la, lb, adesc, bdesc)
-            diff = diff.replace('&nbsp;', ' ')
         else:
             diff = ''.join(difflib.unified_diff(la, lb, adesc, bdesc))
         return dict(a=a, b=b, diff=diff)