]> git.mxchange.org Git - friendica-addons.git/commitdiff
Fixed a missing position
authorrebeka-catalina <github@rct.in-berlin.de>
Wed, 8 Nov 2017 16:19:51 +0000 (17:19 +0100)
committerrebeka-catalina <github@rct.in-berlin.de>
Wed, 8 Nov 2017 16:19:51 +0000 (17:19 +0100)
nsfw/README

index 89dbec011b3a888a751990424e09efe44d0b8288..bb21bda62aab7ea73753a57a968446a96dc7830e 100755 (executable)
@@ -47,7 +47,7 @@ done with a single regex, which matches all of them:
 Another use case could be, that you are simply not
 interested in postings about christmas.
 
-       /christmas([-_ ]?(?:tree|time|eve|pudding))?/
+       /christmas(?:[-_ ]?(?:tree|time|eve|pudding))?/
 
 
 ATTENTION: