Changeset - d437cc48bc42
[Not reviewed]
default
0 1 0
Thomas De Schampheleire - 5 years ago 2020-11-06 21:58:06
thomas.de_schampheleire@nokia.com
diffs: fix broken comment in wrap_to_table
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
kallithea/lib/diffs.py
Show inline comments
 
@@ -158,7 +158,7 @@ def as_html(table_class='code-difftable'
 

	
 
def wrap_to_table(html):
 
    """Given a string with html, return it wrapped in a table, similar to what
 
    DiffProcessor returns."""
 
    as_html returns."""
 
    return '''\
 
              <table class="code-difftable">
 
                <tr class="line">
0 comments (0 inline, 0 general)