Remove two stray end tags and add a missing one
Review Request #8589 — Created Jan. 3, 2017 and submitted
Remove </li> and </a> without matching start tag. Move end tag for <div id="reviews"> so that it is included in the content block as there is where the start tag is.
https://validator.w3.org/ no longer complains about these tags.
Change Summary:
Change branch to release-2.5.x.
git log --all -- reviewboard/templates/base/_mobile_navbar.html -> Added in 98205e5b175f4daddaf3ce02fdd9e2bef4dd270c git branch -a --contains 98205e5b175f4daddaf3ce02fdd9e2bef4dd270c -> Exists in 2.5.x
Branch: |
|
||||
---|---|---|---|---|---|
Commit: |
|
||||
Diff: |
Revision 2 (-1) |

-
Tool: Pyflakes Ignored Files: reviewboard/templates/base/_mobile_navbar.html Tool: PEP8 Style Checker Ignored Files: reviewboard/templates/base/_mobile_navbar.html
Change Summary:
Found a stray a end tag as well.
Summary: |
|
||||||
---|---|---|---|---|---|---|---|
Description: |
|
||||||
Commit: |
|
||||||
Diff: |
Revision 3 (+1 -2) |

-
Tool: PEP8 Style Checker Ignored Files: reviewboard/templates/reviews/review_issue_summary_table.html reviewboard/templates/base/_mobile_navbar.html Tool: Pyflakes Ignored Files: reviewboard/templates/reviews/review_issue_summary_table.html reviewboard/templates/base/_mobile_navbar.html
Summary: |
|
||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Description: |
|
||||||||||||
Testing Done: |
|
||||||||||||
Commit: |
|
||||||||||||
Diff: |
Revision 4 (+2 -3) |

-
Tool: Pyflakes Ignored Files: reviewboard/templates/reviews/review_detail.html reviewboard/templates/reviews/review_issue_summary_table.html reviewboard/templates/base/_mobile_navbar.html Tool: PEP8 Style Checker Ignored Files: reviewboard/templates/reviews/review_detail.html reviewboard/templates/reviews/review_issue_summary_table.html reviewboard/templates/base/_mobile_navbar.html