Skip to content
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

fix: Fix HTML validation issues #5081

Merged
merged 1 commit into from
Feb 6, 2023
Merged

Conversation

larseggert
Copy link
Collaborator

No description provided.

@codecov
Copy link

codecov bot commented Feb 3, 2023

Codecov Report

Merging #5081 (2c5905e) into main (bfe25fc) will decrease coverage by 0.01%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main    #5081      +/-   ##
==========================================
- Coverage   88.50%   88.49%   -0.01%     
==========================================
  Files         296      296              
  Lines       40018    40020       +2     
==========================================
  Hits        35416    35416              
- Misses       4602     4604       +2     
Impacted Files Coverage Δ
ietf/meeting/views.py 90.70% <100.00%> (+<0.01%) ⬆️
ietf/doc/views_search.py 89.02% <0.00%> (-0.42%) ⬇️
ietf/nomcom/utils.py 91.78% <0.00%> (-0.25%) ⬇️
ietf/utils/mail.py 79.85% <0.00%> (+0.23%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@@ -48,7 +48,7 @@ <h2 class="mt-5" id="{% firstof area.grouper.acronym "other-groups" %}">
{% if not forloop.first %}</tbody>{% endif %}
<tbody>
<tr>
<th scope="col" class="table-warning" colspan="7">{{ session.current_status_name|capfirst }}</th>
<th scope="col" class="table-warning" colspan="8">{{ session.current_status_name|capfirst }}</th>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not a validation issue I think?

@rjsparks rjsparks merged commit 1afce66 into ietf-tools:main Feb 6, 2023
kesara pushed a commit to kesara/datatracker that referenced this pull request Feb 7, 2023
@larseggert larseggert deleted the fix-html branch February 8, 2023 07:24
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 13, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants