diff --git a/trunk/module/index/view/index.html.php b/trunk/module/index/view/index.html.php index f8285d3f11..0b6461f5d0 100644 --- a/trunk/module/index/view/index.html.php +++ b/trunk/module/index/view/index.html.php @@ -58,6 +58,7 @@ objectType == 'case') $action->objectType = 'testcase'; echo date('H:i', $action->date) . ' ' . $action->actor . ' ' . $action->action . ' ' . $action->objectType . ' ' . html::a($this->createLink($action->objectType, 'view', "id=$action->objectID"), '#' . $action->objectID); echo "
"; }