diff --git a/module/block/view/bugblock.html.php b/module/block/view/bugblock.html.php
index 1e3bdc5b02..1434fcba3b 100644
--- a/module/block/view/bugblock.html.php
+++ b/module/block/view/bugblock.html.php
@@ -44,7 +44,7 @@
bug->priList, $bug->pri)?> |
- |
+ |
title?> |
diff --git a/module/my/view/bug.html.php b/module/my/view/bug.html.php
index 977b6d4e10..9314af3f5c 100644
--- a/module/my/view/bug.html.php
+++ b/module/my/view/bug.html.php
@@ -59,7 +59,7 @@
id);?>
|
- ' data-severity='severity;?>'> |
+ ' data-severity='severity;?>' title='bug->severityList, $bug->severity);?>'> |
pri?>' title='bug->priList, $bug->pri);?>'>bug->priList, $bug->pri)?> |
bug->typeList, $bug->type, '');?> |
createLink('bug', 'view', "bugID=$bug->id"), $bug->title, null, "style='color: $bug->color'");?> |
diff --git a/module/project/view/bug.html.php b/module/project/view/bug.html.php
index f7d96cb356..626002d2a2 100644
--- a/module/project/view/bug.html.php
+++ b/module/project/view/bug.html.php
@@ -61,7 +61,7 @@
id);?>
- ' data-severity='severity;?>'> |
+ ' title='bug->severityList, $bug->severity);?>' data-severity='severity;?>'> |
pri?>' title='bug->priList, $bug->pri, $bug->pri)?>'>bug->priList, $bug->pri, $bug->pri)?> |
createLink('bug', 'view', "bugID=$bug->id"), $bug->title, null, "style='color: $bug->color'");?> |
openedBy, $bug->openedBy);?> |