1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-11 09:14:58 +02:00
This commit is contained in:
Ryan Cramer
2021-12-31 10:47:06 -05:00
parent ee64e114f2
commit 5192b3a922

View File

@@ -155,7 +155,7 @@ class InputfieldRepeater extends Inputfield implements InputfieldItemList {
if(strpos($repeaterTitle, '{') !== false) {
// formatted {label}
$out = $page->getMarkup($repeaterTitle);
$out = $page->getText($repeaterTitle, true);
} else if(!$hasCnt && $this->wire()->sanitizer->fieldName($repeaterTitle) === $repeaterTitle) {
// just a single field name