Skip to content

Commit 2a1f934

Browse files
authored
Merge pull request oauthinaction#25 from AnturGyffrous/fix/closing-span-tag
Fix closing 'span' tags.
2 parents 3517acd + 57f1673 commit 2a1f934

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)