correct slashes

This commit is contained in:
Tomas Votruba 2022-02-22 22:08:13 +00:00
parent b472f5a941
commit d82e55584d

View File

@ -144,8 +144,8 @@ return [
return Strings::replace(
$content,
'#' . $prefix . '\\\\\\\\_1\\\\\\\\_2$#',
'\1_\2_'
'#' . $prefix . '\\\\1_\\\\2#',
'\\\\1_\\\\2'
);
},