Skip to content

Commit 57f1673

Browse files
committed
Fix closing 'span' tags.
There are multiple instances where a 'span' HTML tag has been opened, but it is closed with a 'label' tag.
1 parent 3517acd commit 57f1673

File tree

175 files changed

+175
-175
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

175 files changed

+175
-175
lines changed

exercises/ap-A-ex-0/files/client/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<nav class="navbar navbar-inverse navbar-fixed-top">
3030
<div class="container">
3131
<div class="navbar-header">
32-
<a class="navbar-brand" href="/">OAuth in Action: <span class="label label-primary">OAuth Client</label></a>
32+
<a class="navbar-brand" href="/">OAuth in Action: <span class="label label-primary">OAuth Client</span></a>
3333
</div>
3434
</div>
3535
</nav>

exercises/ch-10-ex-1/files/client/data.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<nav class="navbar navbar-inverse navbar-fixed-top">
3030
<div class="container">
3131
<div class="navbar-header">
32-
<a class="navbar-brand" href="/">OAuth in Action: <span class="label label-primary">OAuth Client</label></a>
32+
<a class="navbar-brand" href="/">OAuth in Action: <span class="label label-primary">OAuth Client</span></a>
3333
</div>
3434
</div>
3535
</nav>

exercises/ch-10-ex-1/files/client/error.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<nav class="navbar navbar-inverse navbar-fixed-top">
3030
<div class="container">
3131
<div class="navbar-header">
32-
<a class="navbar-brand" href="/">OAuth in Action: <span class="label label-primary">OAuth Client</label></a>
32+
<a class="navbar-brand" href="/">OAuth in Action: <span class="label label-primary">OAuth Client</span></a>
3333
</div>
3434
</div>
3535
</nav>

exercises/ch-10-ex-1/files/client/favorites.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<nav class="navbar navbar-inverse navbar-fixed-top">
3030
<div class="container">
3131
<div class="navbar-header">
32-
<a class="navbar-brand" href="/">OAuth in Action: <span class="label label-primary">OAuth Client</label></a>
32+
<a class="navbar-brand" href="/">OAuth in Action: <span class="label label-primary">OAuth Client</span></a>
3333
</div>
3434
</div>
3535
</nav>

exercises/ch-10-ex-1/files/client/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<nav class="navbar navbar-inverse navbar-fixed-top">
3030
<div class="container">
3131
<div class="navbar-header">
32-
<a class="navbar-brand" href="/">OAuth in Action: <span class="label label-primary">OAuth Client</label></a>
32+
<a class="navbar-brand" href="/">OAuth in Action: <span class="label label-primary">OAuth Client</span></a>
3333
</div>
3434
</div>
3535
</nav>

exercises/ch-10-ex-1/files/client/produce.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<nav class="navbar navbar-inverse navbar-fixed-top">
3030
<div class="container">
3131
<div class="navbar-header">
32-
<a class="navbar-brand" href="/">OAuth in Action: <span class="label label-primary">OAuth Client</label></a>
32+
<a class="navbar-brand" href="/">OAuth in Action: <span class="label label-primary">OAuth Client</span></a>
3333
</div>
3434
</div>
3535
</nav>

exercises/ch-10-ex-1/files/client/revoke.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<nav class="navbar navbar-inverse navbar-fixed-top">
3030
<div class="container">
3131
<div class="navbar-header">
32-
<a class="navbar-brand" href="/">OAuth in Action: <span class="label label-primary">OAuth Client</label></a>
32+
<a class="navbar-brand" href="/">OAuth in Action: <span class="label label-primary">OAuth Client</span></a>
3333
</div>
3434
</div>
3535
</nav>

exercises/ch-10-ex-1/files/client/userinfo.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<nav class="navbar navbar-inverse navbar-fixed-top">
3030
<div class="container">
3131
<div class="navbar-header">
32-
<a class="navbar-brand" href="/">OAuth in Action: <span class="label label-primary">OAuth Client</label></a>
32+
<a class="navbar-brand" href="/">OAuth in Action: <span class="label label-primary">OAuth Client</span></a>
3333
</div>
3434
</div>
3535
</nav>

exercises/ch-10-ex-1/files/client/username_password.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<nav class="navbar navbar-inverse navbar-fixed-top">
3030
<div class="container">
3131
<div class="navbar-header">
32-
<a class="navbar-brand" href="/">OAuth in Action: <span class="label label-primary">OAuth Client</label></a>
32+
<a class="navbar-brand" href="/">OAuth in Action: <span class="label label-primary">OAuth Client</span></a>
3333
</div>
3434
</div>
3535
</nav>

exercises/ch-10-ex-1/files/client/words.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<nav class="navbar navbar-inverse navbar-fixed-top">
3030
<div class="container">
3131
<div class="navbar-header">
32-
<a class="navbar-brand" href="/">OAuth in Action: <span class="label label-primary">OAuth Client</label></a>
32+
<a class="navbar-brand" href="/">OAuth in Action: <span class="label label-primary">OAuth Client</span></a>
3333
</div>
3434
</div>
3535
</nav>

0 commit comments

Comments
 (0)