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:
-
masterrelease-2.5.x
- Commit:
-
58587a882158b7261cfb309a2cfb0c3812945a04e340f0be50bea0314cd5b37474d7f9997d64fc22
-
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:
-
Remove stray </li>Remove stray end tags
- Description:
-
~ Remove stray </li>
~ Remove </li> and </a> without matching start tag.
- Commit:
-
e340f0be50bea0314cd5b37474d7f9997d64fc227c982731a84d70c984e1169d32651363e0452e61
-
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:
-
Remove stray end tagsRemove two stray end tags and add a missing one
- Description:
-
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. - Testing Done:
-
+ https://validator.w3.org/ no longer complains about these tags.
- Commit:
-
7c982731a84d70c984e1169d32651363e0452e61c48167fda64c878cc338d0a3d969e5cfef7b2f90
-
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