diff options
| author | XhmikosR <[email protected]> | 2014-10-29 22:07:13 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2014-10-30 08:08:06 +0200 |
| commit | 6b7d6565dee1e3a8bc41c1104866ed00f9945981 (patch) | |
| tree | 14ea97b39c0da591e69600af48ac4c533ee3e3c4 /docs/examples/blog | |
| parent | b8c3c5c19b2154d157256cec839c9b0a40b3e7b4 (diff) | |
| download | bootstrap-6b7d6565dee1e3a8bc41c1104866ed00f9945981.tar.xz bootstrap-6b7d6565dee1e3a8bc41c1104866ed00f9945981.zip | |
Examples: Make use of the `footer` tag instead of a `div`.
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 |
