]> sipb.mit.edu Git - ikiwiki.git/blobdiff - IkiWiki.pm
add graphs
[ikiwiki.git] / IkiWiki.pm
index 0af4a4fe9303f292977294a8de5ec88d5ddf7d24..d5a641526b91ad3aff6efb48ae832c151fc1fb9d 100644 (file)
@@ -1041,7 +1041,7 @@ sub pagespec_translate ($) { #{{{
                |
                        \)              # )
                |
-                       \w+\([^\)]+\)   # command(params)
+                       \w+\([^\)]*\)   # command(params)
                |
                        [^\s()]+        # any other text
                )