diff --git a/js/base.js b/js/base.js index cc19fead57..23ce63c61a 100644 --- a/js/base.js +++ b/js/base.js @@ -6,7 +6,7 @@ $(document).ready(function () var dockerVersion = '1.4'; /* 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 = ''; @@ -18,7 +18,7 @@ $(document).ready(function () // 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 {