diff --git a/module/execution/view/all.html.php b/module/execution/view/all.html.php
index f3f06a59e8..bc9a24e3fe 100644
--- a/module/execution/view/all.html.php
+++ b/module/execution/view/all.html.php
@@ -97,7 +97,7 @@
execution->end);?> |
execution->realBegan);?> |
execution->realEnd);?> |
- actions;?> |
+ actions;?> |
execution->begin);?> |
execution->end);?> |
@@ -169,7 +169,7 @@
end) ? '' : $execution->end;?> |
realBegan) ? '' : $execution->realBegan;?> |
realEnd) ? '' : $execution->realEnd;?> |
-
+ |
id}", $execution, 'list', '', '', 'iframe', true);
$class = !empty($execution->children) ? 'disabled' : '';
|