diff --git a/module/my/view/bug.html.php b/module/my/view/bug.html.php
index e539ee3b91..df4389c7d5 100644
--- a/module/my/view/bug.html.php
+++ b/module/my/view/bug.html.php
@@ -109,7 +109,7 @@
pri?>' title='bug->priList, $bug->pri);?>'>bug->priList, $bug->pri)?> |
' title='bug->confirmedList, $bug->confirmed);?>'>bug->confirmedList, $bug->confirmed)?> |
- createLink('bug', 'view', "bugID=$bug->id"), $bug->title, null, "style='color: $bug->color' title={$bug->title}");?> |
+ createLink('bug', 'view', "bugID=$bug->id"), $bug->title, null, "style='color: $bug->color' title='{$bug->title}'");?> |
productLink == 'product-all' ? '' : "productID=$bug->product";?>
|