diff --git a/module/action/view/trash.html.php b/module/action/view/trash.html.php
index 1f0e6dd1d5..d84acf0a2f 100755
--- a/module/action/view/trash.html.php
+++ b/module/action/view/trash.html.php
@@ -89,17 +89,17 @@
action->date);?> |
actions;?> |
-
-
-
- objectType == 'case' ? 'testcase' : $action->objectType;?>
-
- | action->objectTypes, $action->objectType, '');?> |
- objectID;?> |
-
- objectType == 'user' ? "account={$action->objectName}" : "id={$action->objectID}";
- $methodName = 'view';
- if($module == 'caselib')
+
+ |
+
+ objectType == 'case' ? 'testcase' : $action->objectType;?>
+
+ | action->objectTypes, $action->objectType, '');?> |
+ objectID;?> |
+
+ objectType == 'user' ? "account={$action->objectName}" : "id={$action->objectID}";
+ $methodName = 'view';
+ if($module == 'caselib')
{
$methodName = 'view';
$module = 'caselib';
|