X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/a66f9e26487c560245ef9cd17d7e87c0cbb650af..177fd6fefd2e3d5a0ea6591c71d660cabdb3c1a4:/wp-includes/js/colorpicker.js diff --git a/wp-includes/js/colorpicker.js b/wp-includes/js/colorpicker.js index 7d729db5..1fc32cf2 100644 --- a/wp-includes/js/colorpicker.js +++ b/wp-includes/js/colorpicker.js @@ -673,15 +673,15 @@ function ColorPicker() { var windowRef = (windowMode)?"window.opener.":""; if (windowMode) { cp_contents += "Select Color"; - cp_contents += "
"; + cp_contents += ""; } - cp_contents += ""; + cp_contents += "
"; var use_highlight = (document.getElementById || document.all)?true:false; for (var i=0; i '; + cp_contents += ''; if ( ((i+1)>=total) || (((i+1) % width) == 0)) { cp_contents += ""; } @@ -690,11 +690,11 @@ function ColorPicker() { if (document.getElementById) { var width1 = Math.floor(width/2); var width2 = width = width1; - cp_contents += ""; + cp_contents += ""; } cp_contents += "
 
 #FFFFFF
 #FFFFFF
"; if (windowMode) { - cp_contents += "
"; + cp_contents += ""; } // end populate code