aboutsummaryrefslogtreecommitdiffstats
path: root/bugzillaBugTriage.js
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@redhat.com>2009-11-25 18:55:05 +0100
committerMatěj Cepl <mcepl@redhat.com>2009-11-25 18:55:05 +0100
commitf90e886b26a146b983b59466d7218bef843d14bf (patch)
tree7b533ba2055687168fec56334895e1274253cd95 /bugzillaBugTriage.js
parentc23d233e5f600234aee3758b548b92e34d4b3db8 (diff)
downloadbugzilla-triage-f90e886b26a146b983b59466d7218bef843d14bf.tar.gz
Fix look of "Abrt bugs" button
Diffstat (limited to 'bugzillaBugTriage.js')
-rw-r--r--bugzillaBugTriage.js2
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")) {