diff --git a/index.html b/index.html
index 36da26f5e..deec01659 100644
--- a/index.html
+++ b/index.html
@@ -70,7 +70,7 @@
Bootswatch
-
diff --git a/js/bootswatch.js b/js/bootswatch.js
index 6409e2080..f4ddece47 100644
--- a/js/bootswatch.js
+++ b/js/bootswatch.js
@@ -47,9 +47,9 @@ menu = menu + ' \
});
var taglines = [];
-taglines.push('Free themes for Twitter Bootstrap.');
-taglines.push('Add color to your Bootstrap site without touching a color picker.');
-taglines.push('Saving the web from default Bootstrap.');
+taglines.push('Free themes for Twitter Bootstrap');
+taglines.push('Add color to your Bootstrap site without touching a color picker');
+taglines.push('Saving the web from default Bootstrap');
var line = Math.floor((taglines.length) * Math.random());
$('#tagline').html(taglines[line]);