diff --git a/404.html b/404.html index a8ade77d..0fe4e6ad 100644 --- a/404.html +++ b/404.html @@ -210,285 +210,285 @@
diff --git a/index.html b/index.html index a8ade77d..0fe4e6ad 100644 --- a/index.html +++ b/index.html @@ -210,285 +210,285 @@
diff --git a/src/build.js b/src/build.js index d04453f3..68e25331 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