Skip to content
Snippets Groups Projects
Commit 119c1d92 authored by Mario Trojan's avatar Mario Trojan Committed by Robert Lange
Browse files

Removed remaining PHP short open tags from odmycontent.phtml (#1525)

parent ecb378e2
No related merge requests found
......@@ -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(); ?>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment