]> sipb.mit.edu Git - ikiwiki.git/blobdiff - IkiWiki/Plugin/recentchanges.pm
Merge branch 'master' into autoconfig
[ikiwiki.git] / IkiWiki / Plugin / recentchanges.pm
index 6ab4f9d033a66e2ce57ab83b5a26b9a429811b91..d534d0cd96f6a92416a507b34ff3d38c1ac1b7b0 100644 (file)
@@ -18,14 +18,14 @@ sub getsetup () { #{{{
        return
                recentchangespage => {
                        type => "string",
-                       default => "recentchanges",
+                       example => "recentchanges",
                        description => "name of the recentchanges page",
                        safe => 1,
                        rebuild => 1,
                },
                recentchangesnum => {
                        type => "integer",
-                       default => 100,
+                       example => 100,
                        description => "number of changes to track",
                        safe => 1,
                        rebuild => 0,