diff options
author | Matěj Cepl <mcepl@redhat.com> | 2009-11-25 18:55:05 +0100 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2009-11-25 18:55:05 +0100 |
commit | f90e886b26a146b983b59466d7218bef843d14bf (patch) | |
tree | 7b533ba2055687168fec56334895e1274253cd95 | |
parent | c23d233e5f600234aee3758b548b92e34d4b3db8 (diff) | |
download | bugzilla-triage-f90e886b26a146b983b59466d7218bef843d14bf.tar.gz |
Fix look of "Abrt bugs" button
-rw-r--r-- | bugzillaBugTriage.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bugzillaBugTriage.js b/bugzillaBugTriage.js index 0836121..f8b3ccd 100644 --- a/bugzillaBugTriage.js +++ b/bugzillaBugTriage.js @@ -1400,7 +1400,7 @@ function bzPage(doc) { var bugTitle = $("#short_desc_nonedit_display", this.doc).text(); if (AbrtRE.test(bugTitle)) { $(".bz_alias_short_desc_container:first", this.doc). - append("<a href=''>Abrt bugs</a>").click(function() { + append("\u00A0<a href=''>Abrt bugs</a>").click(function() { jetpack.tabs.open(abrtQueryURL); }); if (!this.hasKeyword("Triaged")) { |