diff --git a/wp-admin/js/post.js b/wp-admin/js/post.js index 729a02ef84..9dd6fd50a4 100644 --- a/wp-admin/js/post.js +++ b/wp-admin/js/post.js @@ -71,7 +71,7 @@ jQuery(document).ready( function() { jQuery('#tags-input').hide(); tag_update_quickclicks(); // add the quickadd form - jQuery('#jaxtag').prepend(''+postL10n.separate+''); + jQuery('#jaxtag').prepend(''+postL10n.separate+''); jQuery('#tagadd').click( tag_flush_to_text ); jQuery('#newtag').focus(function() { if ( this.value == postL10n.addTag )