]> sipb.mit.edu Git - ikiwiki.git/commitdiff
fixes
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Wed, 23 Aug 2006 05:57:07 +0000 (05:57 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Wed, 23 Aug 2006 05:57:07 +0000 (05:57 +0000)
IkiWiki/Plugin/template.pm
IkiWiki/Render.pm
doc/index.mdwn

index 5b4eeb3a8f66f609f42a6a2f13df0e138c00540f..7e23306cb6a96f1ffd1e075760966b0039ca2164 100644 (file)
@@ -44,7 +44,6 @@ sub preprocess (@) { #{{{
                $template->param($param => $params{$param});
        }
 
-
        return IkiWiki::preprocess($params{page}, $params{destpage},
                $template->output);
 } # }}}
index 38bfcdfcb0e8085d714c7a191c0369e934d56577..d988e09563f3eac4598f5fbeee81fff78708a88f 100644 (file)
@@ -104,7 +104,7 @@ sub preprocess ($$$;$) { #{{{
                        # Note: preserve order of params, some plugins may
                        # consider it significant.
                        my @params;
-                       while ($params =~ /(?:(\w+)=)?(?:"""(.+)"""|"([^"]+)"|(\S+))(?:\s+|$)/g) {
+                       while ($params =~ /(?:(\w+)=)?(?:"""(.+)"""|"([^"]+)"|(\S+))(?:\s+|$)/sg) {
                                if (defined $1) {
                                        push @params, $1, (defined $2 ? $2 : (defined $3 ? $3 : $4));
                                }
index 8258dcca439b244414d6f988d9f34ebd54672388..2f78f11aa043ae02e4f208c2d738841e61b73fcd 100644 (file)
@@ -12,7 +12,7 @@ Instead it can use [[Subversion]] (or [[Git]]).
   and thoughts about ikiwiki to [[Discussion]].
 
 [[template id=note text="""
-If you use ikiwiki, please list your wiki in IkiWikiUsers. Thanks!
+If you use ikiwiki, please list your wiki in [[IkiWikiUsers]]. Thanks!
 """]]
 
 * [[Setup]] has a tutorial for setting up ikiwiki, and [[Usage]] documents