diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2010-03-12 15:01:24 -0500 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2010-03-12 15:01:24 -0500 |
commit | edec9514f49bf335e8c71a19b169ccbba6a0ba95 (patch) | |
tree | f3997c0a66db0fd9b5d8aec7f622507e0a0f6ed9 /IkiWiki/Plugin/comments.pm | |
parent | 4711076fad54ff8152f03a7e4bdd4b5c2df1916c (diff) | |
download | ikiwiki-edec9514f49bf335e8c71a19b169ccbba6a0ba95.tar ikiwiki-edec9514f49bf335e8c71a19b169ccbba6a0ba95.tar.gz |
typo
Diffstat (limited to 'IkiWiki/Plugin/comments.pm')
-rw-r--r-- | IkiWiki/Plugin/comments.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/IkiWiki/Plugin/comments.pm b/IkiWiki/Plugin/comments.pm index ceb7c7836..98786f432 100644 --- a/IkiWiki/Plugin/comments.pm +++ b/IkiWiki/Plugin/comments.pm @@ -862,7 +862,7 @@ sub page_to_id ($) { eval q{use Digest::MD5 'md5_hex'}; error($@) if $@; - return "comment-".md5_hex(Encode::encode_utf8(($page)); + return "comment-".md5_hex(Encode::encode_utf8(($page))); } package IkiWiki::PageSpec; |