Skip to content

Add a third <col> element to versions.html template #923

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 27, 2017
Merged

Add a third <col> element to versions.html template #923

merged 1 commit into from
Mar 27, 2017

Conversation

jdufresne
Copy link
Contributor

The number of <col> elements should match the number of rendered columns
for HTML5 validation.

Without the third <col>, https://html5.validator.nu/ reports:

A table row was 3 columns wide and exceeded the column count established
using column markup (2).

The number of <col> elements should match the number of rendered columns
for HTML5 validation.

Without the third <col>, https://html5.validator.nu/ reports:

A table row was 3 columns wide and exceeded the column count established
using column markup (2).
@codecov
Copy link

codecov bot commented Mar 26, 2017

Codecov Report

Merging #923 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #923   +/-   ##
=======================================
  Coverage   77.11%   77.11%           
=======================================
  Files          30       30           
  Lines        1643     1643           
  Branches      245      245           
=======================================
  Hits         1267     1267           
  Misses        303      303           
  Partials       73       73

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 84cb158...83edbac. Read the comment docs.

@aaugustin aaugustin merged commit 74a6922 into django-commons:master Mar 27, 2017
@jdufresne jdufresne deleted the col branch April 8, 2017 14:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants