]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Remove trailing space.
authorXhmikosR <xhmikosr@users.sourceforge.net>
Wed, 12 Feb 2014 19:27:31 +0000 (21:27 +0200)
committerXhmikosR <xhmikosr@users.sourceforge.net>
Wed, 12 Feb 2014 19:27:31 +0000 (21:27 +0200)
docs/_data/glyphicons.yml
grunt/bs-glyphicons-data-generator.js

index 80b4c9b086f4a98620b9d6e72a301d8483ee4a6e..fc4a8a58a8afd9d1967bd9641cbff1c8fbe4fdbb 100644 (file)
@@ -1,4 +1,4 @@
-# This file is generated via Grunt task. **Do not edit directly.** 
+# This file is generated via Grunt task. **Do not edit directly.**
 # See the 'build-glyphicons-data' task in Gruntfile.js.
 
 - glyphicon-asterisk
index 941684cc9d7b1d09cf9db2771bfbfeca86a8b40f..16a0ca2ad67805d9e744d6f002df54e95a89ef13 100644 (file)
@@ -15,7 +15,7 @@ module.exports = function generateGlyphiconsData() {
 
   // Use any line that starts with ".glyphicon-" and capture the class name
   var iconClassName = /^\.(glyphicon-[^\s]+)/;
-  var glyphiconsData = '# This file is generated via Grunt task. **Do not edit directly.** \n' +
+  var glyphiconsData = '# This file is generated via Grunt task. **Do not edit directly.**\n' +
                        '# See the \'build-glyphicons-data\' task in Gruntfile.js.\n\n';
   for (var i = 0, len = glpyhiconsLines.length; i < len; i++) {
     var match = glpyhiconsLines[i].match(iconClassName);