diff --git a/app/MetaGer.php b/app/MetaGer.php index e8082439dcca7f640cf766079e8a49f13164c672..c9fdb9b499cc8a2483f6df967327de549e788c9e 100644 --- a/app/MetaGer.php +++ b/app/MetaGer.php @@ -1124,7 +1124,7 @@ class MetaGer $p = ""; $tmp = $this->q; // matches '[... ]"test satz"[ ...]' - while (preg_match("/(^|.*?\s)\"(\S+)\"(\s.*|$)/si", $tmp, $match)) { + while (preg_match("/(^|.*?\s)\"(.+)\"(\s.*|$)/si", $tmp, $match)) { $tmp = $match[1] . $match[3]; $this->phrases[] = $match[2]; }