Skip to content

Commit

Permalink
fix #424, gulp html-head now produces proper html for styles
Browse files Browse the repository at this point in the history
  • Loading branch information
shamansir committed Feb 10, 2017
1 parent 0a487b5 commit a19b6af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -713,7 +713,7 @@ function getHtmlHead(options) {
console.log(' <!-- ' + comment + ' -->')
}
function cssFile(path) {
console.log(' <link rel="stylesheet" href="' + path + '"></style>');
console.log(' <link rel="stylesheet" href="' + path + '"></link>');
}
function jsFile(path) {
console.log(' <script src="' + path + '"></script>');
Expand Down

0 comments on commit a19b6af

Please sign in to comment.