diff options
author | Joey Hess <joey@kitenet.net> | 2010-12-25 13:12:21 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-12-25 13:12:21 -0400 |
commit | fd95afe8ea8c01fd67b774ff8cf8bfae7a026430 (patch) | |
tree | 06955df13ce039ff7c86f164aabc0b86b22ef49f /IkiWiki/Plugin | |
parent | 41ffbfe9a3a8ae674e18d6aec5af2716b29ffc3c (diff) |
fix comment
Diffstat (limited to 'IkiWiki/Plugin')
-rw-r--r-- | IkiWiki/Plugin/inline.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/IkiWiki/Plugin/inline.pm b/IkiWiki/Plugin/inline.pm index b58c8780b..e8e71e552 100644 --- a/IkiWiki/Plugin/inline.pm +++ b/IkiWiki/Plugin/inline.pm @@ -131,7 +131,7 @@ sub sessioncgi ($$) { $q->param('page', $page.$add); # now go create the page $q->param('do', 'create'); - # make sure the editpage plugin in loaded + # make sure the editpage plugin is loaded if (IkiWiki->can("cgi_editpage")) { IkiWiki::cgi_editpage($q, $session); } |