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 |
|
|
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