Add even more role="button" attributes
Missed the <a class="btw" in my regex search
This commit is contained in:
parent
0add7700ad
commit
dd9c15273c
12 changed files with 30 additions and 30 deletions
|
|
@ -65,7 +65,7 @@
|
|||
<div class="jumbotron">
|
||||
<h1>Hello, world!</h1>
|
||||
<p>This is a template for a simple marketing or informational website. It includes a large callout called the hero unit and three supporting pieces of content. Use it as a starting point to create something more unique.</p>
|
||||
<p><a class="btn btn-primary btn-lg">Learn more »</a></p>
|
||||
<p><a class="btn btn-primary btn-lg" role="button">Learn more »</a></p>
|
||||
</div>
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue