diff --git a/dist/assets/js/archive.js b/dist/assets/js/archive.js
index b92d674d95..4812864847 100644
--- a/dist/assets/js/archive.js
+++ b/dist/assets/js/archive.js
@@ -3,7 +3,7 @@ if (window.navigator.onLine) {
var dockerVersion = '1.11';
/* This JSON file contains a current list of all docs versions of Docker */
$.getJSON("https://docs.docker.com/js/archives.json", function(result){
- var outerDivStart = '
This is archived documentation for Docker ' + dockerVersion + '. Go to the latest docs or a different version: ' +
+ var outerDivStart = '
This is archived documentation for Docker ' + dockerVersion + '. Go to the latest docs or a different version: ' +
'
';
var listStart = '';
@@ -15,7 +15,7 @@ if (window.navigator.onLine) {
// If this archive has current = true, and we don't already have a button
if ( field.current && buttonCode == null ) {
// Get the button code
- buttonCode = '';
+ buttonCode = '';
// The link is different for the current release
listItems.push('' + prettyName + '');
} else {