From 119c1d9250107f128bfc75145488855010e50335 Mon Sep 17 00:00:00 2001 From: Mario Trojan <mario.trojan@uni-tuebingen.de> Date: Wed, 18 Dec 2019 13:28:16 +0100 Subject: [PATCH] Removed remaining PHP short open tags from odmycontent.phtml (#1525) --- themes/bootstrap3/templates/myresearch/odmycontent.phtml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/bootstrap3/templates/myresearch/odmycontent.phtml b/themes/bootstrap3/templates/myresearch/odmycontent.phtml index 53583e2a768..04399909d2a 100644 --- a/themes/bootstrap3/templates/myresearch/odmycontent.phtml +++ b/themes/bootstrap3/templates/myresearch/odmycontent.phtml @@ -32,7 +32,7 @@ $thumbnail = false; $thumbnailAlignment = $this->record($resource['record'])->getThumbnailAlignment('account'); ?> - <div id="record<?echo $rec_id; ?>" class="result"> + <div id="record<?=$rec_id?>" class="result"> <?php if ($cover): ob_start(); ?> @@ -97,7 +97,7 @@ $thumbnail = false; $thumbnailAlignment = $this->record($resource['record'])->getThumbnailAlignment('account'); ?> - <div id="record<?echo $rec_id; ?>" class="result"> + <div id="record<?=$rec_id?>" class="result"> <?php if ($cover): ob_start(); ?> -- GitLab