diff --git a/index.js b/index.js index ce3dc1da..f03f1e57 100644 --- a/index.js +++ b/index.js @@ -573,8 +573,11 @@ Ox.load(function() { .addClass('warning') .html( 'Aw, snap! This website requires an up-to-date, HTML5-compliant web browser. ' - + 'It should work fine in current versions of Chrome, Firefox and Safari, ' - + 'or Internet Explorer with Chrome Frame installed. ' + + 'It should work fine in current versions of ' + + 'Chrome,' + + 'Firefox ' + + 'and Safari, ' + + 'or Internet Explorer with Chrome Frame installed. ' + 'To proceed at your own risk, click on the logo above.' ); }