diff options
| author | XhmikosR <[email protected]> | 2014-11-01 08:55:03 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2014-11-01 08:55:03 +0200 |
| commit | 15faedd8349ef537110351716d6a18ac8dbb6969 (patch) | |
| tree | 7b1433f7a855fea45f4ae979aaebb494383185e7 /docs/examples/blog | |
| parent | 9a37a937a646ce8a388ab386121a07f98c7e5425 (diff) | |
| parent | 6b7d6565dee1e3a8bc41c1104866ed00f9945981 (diff) | |
| download | bootstrap-15faedd8349ef537110351716d6a18ac8dbb6969.tar.xz bootstrap-15faedd8349ef537110351716d6a18ac8dbb6969.zip | |
Merge pull request #14917 from twbs/examples-footer
Examples: Make use of the `footer` tag instead of a class.
Diffstat (limited to 'docs/examples/blog')
| -rw-r--r-- | docs/examples/blog/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/examples/blog/index.html b/docs/examples/blog/index.html index cbbcd60ae..ab31c84a0 100644 --- a/docs/examples/blog/index.html +++ b/docs/examples/blog/index.html @@ -156,12 +156,12 @@ </div><!-- /.container --> - <div class="blog-footer"> + <footer class="blog-footer"> <p>Blog template built for <a href="http://getbootstrap.com">Bootstrap</a> by <a href="https://twitter.com/mdo">@mdo</a>.</p> <p> <a href="#">Back to top</a> </p> - </div> + </footer> <!-- Bootstrap core JavaScript |
