From a6ce22e76da44c7fa89bd099a2ecf33e8bc9fa8d Mon Sep 17 00:00:00 2001 From: Misty Stanley-Jones Date: Tue, 14 Mar 2017 16:39:28 -0700 Subject: [PATCH] Adjust archive div style (#2329) --- js/archive.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/archive.js b/js/archive.js index ddcee95264..fce73074fd 100644 --- a/js/archive.js +++ b/js/archive.js @@ -3,7 +3,7 @@ if (window.navigator.onLine) { var dockerVersion = '1.13'; /* 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 {