##// END OF EJS Templates
diffs: fix broken comment in wrap_to_table
Thomas De Schampheleire -
r8525:d437cc48 default
parent child Browse files
Show More
@@ -158,7 +158,7 b" def as_html(table_class='code-difftable'"
158
158
159 def wrap_to_table(html):
159 def wrap_to_table(html):
160 """Given a string with html, return it wrapped in a table, similar to what
160 """Given a string with html, return it wrapped in a table, similar to what
161 DiffProcessor returns."""
161 as_html returns."""
162 return '''\
162 return '''\
163 <table class="code-difftable">
163 <table class="code-difftable">
164 <tr class="line">
164 <tr class="line">
General Comments 0
You need to be logged in to leave comments. Login now