diff --git a/libraries/results.php b/libraries/results.php index 9a39dc200a..d53968b239 100644 --- a/libraries/results.php +++ b/libraries/results.php @@ -270,7 +270,7 @@ function updatePlots(){ $p['plotData'] = $plot->process([$job], $p); $p['plotId'] = str_replace("-", "", $p['id']) . $job[0]->getInternalId(); $dataObjects['plots'][] = $p['plotId']; - $wrapperContent .= "
" . $p['name'] . "
" . $template->render($p) . "
"; + $wrapperContent .= "

" . $p['name'] . "

" . $template->render($p) . "
"; foreach ($plot->getRequired() as $required) { $view->includeAsset($required); }