1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-10 08:44:46 +02:00
This commit is contained in:
Ryan Cramer
2023-05-05 08:45:32 -04:00
parent f2a72ad8ea
commit 3b2c456c1a

View File

@@ -155,7 +155,7 @@ class InputfieldRepeater extends Inputfield implements InputfieldItemList {
}
if(strpos($repeaterTitle, '#') !== false) {
$repeaterTitle = preg_replace('/#([a-f\d]{3,})/i', "$colorPrefix$1", $out);
$repeaterTitle = preg_replace('/#([a-f\d]{3,})/i', "$colorPrefix$1", $repeaterTitle);
}
if(strpos($repeaterTitle, '{') !== false) {