Skip to content
Snippets Groups Projects
Commit 294895ab authored by Cloud8's avatar Cloud8 Committed by Demian Katz
Browse files

geändert: module/VuFind/src/VuFind/View/Helper/Root/RecordDataFormatter.php

parent 159403d1
No related merge requests found
...@@ -282,7 +282,7 @@ class RecordDataFormatter extends AbstractHelper ...@@ -282,7 +282,7 @@ class RecordDataFormatter extends AbstractHelper
? $options['separator'] : '<br />'; ? $options['separator'] : '<br />';
$retVal = ''; $retVal = '';
$array = (array)$data; $array = (array)$data;
$remaining = count($data); $remaining = count($array);
foreach ($array as $line) { foreach ($array as $line) {
$remaining--; $remaining--;
$text = $escaper($transDomain . $line); $text = $escaper($transDomain . $line);
......
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