diff options
Diffstat (limited to 'js/bootswatch.js')
-rw-r--r-- | js/bootswatch.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/js/bootswatch.js b/js/bootswatch.js index 6409e208..f4ddece4 100644 --- a/js/bootswatch.js +++ b/js/bootswatch.js @@ -47,9 +47,9 @@ menu = menu + ' </ul> \ }); var taglines = []; -taglines.push('Free themes for <a target="_blank" href="http://twitter.github.com/bootstrap/">Twitter Bootstrap</a>.'); -taglines.push('Add color to your <a target="_blank" href="http://twitter.github.com/bootstrap/">Bootstrap</a> site without touching a color picker.'); -taglines.push('Saving the web from default <a target="_blank" href="http://twitter.github.com/bootstrap/">Bootstrap</a>.'); +taglines.push('Free themes for <a target="_blank" href="http://twitter.github.com/bootstrap/">Twitter Bootstrap</a>'); +taglines.push('Add color to your <a target="_blank" href="http://twitter.github.com/bootstrap/">Bootstrap</a> site without touching a color picker'); +taglines.push('Saving the web from default <a target="_blank" href="http://twitter.github.com/bootstrap/">Bootstrap</a>'); var line = Math.floor((taglines.length) * Math.random()); $('#tagline').html(taglines[line]); |