From 2260c8b94735ecb0b19012e2f8b608fc1e2ed5df Mon Sep 17 00:00:00 2001 From: Misty Stanley-Jones Date: Tue, 14 Mar 2017 16:36:34 -0700 Subject: [PATCH] Adjust archive div style (#2319) --- js/base.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 {