]> git.openstreetmap.org Git - rails.git/commit
Fix minor HTML tag mismatches
authorHarry Wood <github@harrywood.co.uk>
Sat, 5 Mar 2022 01:41:02 +0000 (01:41 +0000)
committerHarry Wood <github@harrywood.co.uk>
Sat, 5 Mar 2022 02:44:59 +0000 (02:44 +0000)
commit2ce44a2a856c3b6024000cb362dc875cfa6f4618
treeb85bc0ec085a53c4f4118280d047704da336d515
parentcbcc7dc49f83f60489fde04b0750cf081e7439fb
Fix minor HTML tag mismatches

Fix some HTML tag mismatches and other glitches. These are minor, and don't appear to cause browsers any problems, but for the sake of correctness:
* A closing td which should be a closing div.
* A closing h3 for a corresponding h6
* Two tables with `<thead>` tag and missing `<tr>` around the `<th>` headings.

test change for thead fix
app/views/oauth2_applications/index.html.erb
app/views/oauth2_applications/show.html.erb
app/views/oauth2_authorized_applications/index.html.erb
app/views/site/help.html.erb
test/controllers/oauth2_applications_controller_test.rb
test/controllers/oauth2_authorized_applications_controller_test.rb