diff --git a/wordpress.org/public_html/style/trac/wp-trac.js b/wordpress.org/public_html/style/trac/wp-trac.js index 3543bc9dd3..f9960c3dd2 100644 --- a/wordpress.org/public_html/style/trac/wp-trac.js +++ b/wordpress.org/public_html/style/trac/wp-trac.js @@ -1180,9 +1180,12 @@ var wpTrac, coreKeywordList, gardenerKeywordList, reservedTerms, coreFocusesList // If the owner field exists, then we're on /newticket. Remove it. $('#field-owner').parents('tr').hide(); - html = '
'; - html += ''; - html += '
'; + html = '
' + html += ''; + html += ''; + html += ''; + html += ' '; + html += '
'; html += '
'; container.prepend( html ); elements.bin = $('#keyword-bin');