diff --git a/404.html b/404.html index d5896ad1c..449ae15b7 100644 --- a/404.html +++ b/404.html @@ -180,294 +180,294 @@
diff --git a/index.html b/index.html index d5896ad1c..449ae15b7 100644 --- a/index.html +++ b/index.html @@ -180,294 +180,294 @@
diff --git a/src/build.js b/src/build.js index bd4d2707a..f3bca1bc5 100644 --- a/src/build.js +++ b/src/build.js @@ -95,7 +95,7 @@ for (var i = 0; i < source.icons.length; i++) { filePath = "../icons/" + fileName + ".svg"; var fs = require('fs'); var svg = fs.readFileSync(filePath, 'utf8'); - main += "\n
  • " + svg + "

    " + source.icons[i].title + "

    " + "#" + source.icons[i].hex + "
  • "; + main += "\n
  • " + svg + "

    " + source.icons[i].title + "

    " + "#" + source.icons[i].hex + "
  • "; } // Put all content together and export to index.html