]> sipb.mit.edu Git - ikiwiki.git/blobdiff - IkiWiki.pm
fixed link
[ikiwiki.git] / IkiWiki.pm
index 061a1c6db9f9560fb4b23766d975d4f76ccd5a45..d7c827c89b240d8d1b178be76934ce3c868ba4f8 100644 (file)
@@ -1253,7 +1253,7 @@ sub preprocess ($$$;$$) {
                                                |
                                                "[^"]+"         # single-quoted value
                                                |
-                                               [^\s\]]+        # unquoted value
+                                               [^"\s\]]+       # unquoted value
                                        )
                                        \s*                     # whitespace or end
                                                                # of directive
@@ -1276,7 +1276,7 @@ sub preprocess ($$$;$$) {
                                                |
                                                "[^"]+"         # single-quoted value
                                                |
-                                               [^\s\]]+        # unquoted value
+                                               [^"\s\]]+       # unquoted value
                                        )
                                        \s*                     # whitespace or end
                                                                # of directive