Skip to content
Snippets Groups Projects
Commit 951bcaff authored by Milena Boselli Rosa's avatar Milena Boselli Rosa Committed by Chris Lamb
Browse files

Fix a "table column x established by element 'col' has no cells beginning in...

Fix a "table column x established by element 'col' has no cells beginning in it" HTML validation error.

The first row after the header in a table can't use the "colspan" attribute.

Signed-off-by: Chris Lamb's avatarChris Lamb <lamby@debian.org>
parent ff28b6eb
No related branches found
No related tags found
No related merge requests found
......@@ -228,6 +228,7 @@ DIFFNODE_LIMIT = """<div class="error">Max report size reached</div>
UD_TABLE_HEADER = """<table class="diff">
<colgroup><col class="colines"/><col class="coldiff"/>
<col class="colines"/><col class="coldiff"/></colgroup>
<tr style="display:none;"><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr>
"""
UD_TABLE_FOOTER = """<tr class="ondemand"><td colspan="4">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment