Show More
@@ -158,7 +158,7 b" def as_html(table_class='code-difftable'" | |||
|
158 | 158 | |
|
159 | 159 | def wrap_to_table(html): |
|
160 | 160 | """Given a string with html, return it wrapped in a table, similar to what |
|
161 |
|
|
|
161 | as_html returns.""" | |
|
162 | 162 | return '''\ |
|
163 | 163 | <table class="code-difftable"> |
|
164 | 164 | <tr class="line"> |
General Comments 0
You need to be logged in to leave comments.
Login now