mirror of
https://github.com/processwire/processwire.git
synced 2025-08-10 08:44:46 +02:00
Fix issue processwire/processwire-issues#1729
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user