1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-15 10:05:40 +02:00

remove inaccurate comment

This commit is contained in:
Chris Rebert
2014-01-15 14:29:58 -08:00
parent 0335b8df52
commit 9039a5e90b
2 changed files with 0 additions and 2 deletions

View File

@@ -48,7 +48,6 @@
</div> </div>
<!-- JS and analytics only. -->
{% include footer.html %} {% include footer.html %}
</body> </body>
</html> </html>

View File

@@ -13,7 +13,6 @@
<!-- Page content of course! --> <!-- Page content of course! -->
{{ content }} {{ content }}
<!-- JS and analytics only. -->
{% include footer.html %} {% include footer.html %}
</body> </body>
</html> </html>