Subject: | preview_context fails if keyword has whitespace |
If one of the keywords has whitespace in it, the regular expression fails
to match properly because of the x pattern modifier.
This happens when the search terms to be highlighted include a quoted
phrase.
This can be fixed by turning off the x modifier in the core of the
regexp, as shown in the attached patch.
Subject: | patch |
Message body not shown because it is not plain text.