There was an error while loading. Please reload this page.
1 parent 3b36a6e commit eadf7dbCopy full SHA for eadf7db
1 file changed
src/RecordManager/Base/Record/Lido.php
@@ -789,7 +789,8 @@ protected function getEventDisplayPlaces($event = null)
789
$this->metadataUtils->stripTrailingPunctuation(
790
(string)$placeNode->displayPlace,
791
'.'
792
- )
+ ),
793
+ ', \n\r\t\v\0'
794
);
795
if ($str) {
796
$results[] = $str;
@@ -922,7 +923,8 @@ protected function getSubjectDisplayPlaces()
922
923
924
(string)$place->displayPlace,
925
926
927
928
929
if ('' !== $str) {
930
0 commit comments