Skip to content

Commit

Permalink
Whitespace in comments surrounding CSS and JS references
Browse files Browse the repository at this point in the history
Add whitespace before closing tags of comments surrounding CSS and JS references to maintain consistency with other comments

Signed-off-by: drublic <hans@sa-designz.de>
  • Loading branch information
drublic committed Aug 14, 2011
1 parent b44a12d commit 6c1e80d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
<!-- Place favicon.ico and apple-touch-icon.png in the root directory: mathiasbynens.be/notes/touch-icons -->

<!-- CSS: implied media=all -->
<!-- CSS concatenated and minified via ant build script-->
<!-- CSS concatenated and minified via ant build script -->
<link rel="stylesheet" href="css/style.css">
<!-- end CSS-->
<!-- end CSS -->

<!-- More ideas for your <head> here: h5bp.com/d/head-Tips -->

Expand Down Expand Up @@ -56,10 +56,10 @@
<script>window.jQuery || document.write('<script src="js/libs/jquery-1.6.2.min.js"><\/script>')</script>


<!-- scripts concatenated and minified via ant build script-->
<!-- scripts concatenated and minified via ant build script -->
<script defer src="js/plugins.js"></script>
<script defer src="js/script.js"></script>
<!-- end scripts-->
<!-- end scripts -->


<!-- Change UA-XXXXX-X to be your site's ID -->
Expand Down

0 comments on commit 6c1e80d

Please sign in to comment.