diff --git pathologic.module pathologic.module
index cc463df..4e8147a 100755
--- pathologic.module
+++ pathologic.module
@@ -97,8 +97,7 @@ function _pathologic($text, $filter) {
           (?:(?:index\.php)?(?:\?q=)?) # Allow for paths which include index.php
                                                                     # and/or ?q=
           ([^"]*)                                       # Finally, get the path.
-        )"~x
-      ',
+        )"~x',
       // create_funtion() lets us do lambdas in a really crappy but pre-PHP 5.3-
       // compatible way. We're using it here so we can pass the value of
       // $filter->settings['absolute'] to the replacement function. We could
