aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/comments.pm
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2010-03-12 15:01:24 -0500
committerJoey Hess <joey@gnu.kitenet.net>2010-03-12 15:01:24 -0500
commitedec9514f49bf335e8c71a19b169ccbba6a0ba95 (patch)
treef3997c0a66db0fd9b5d8aec7f622507e0a0f6ed9 /IkiWiki/Plugin/comments.pm
parent4711076fad54ff8152f03a7e4bdd4b5c2df1916c (diff)
downloadikiwiki-edec9514f49bf335e8c71a19b169ccbba6a0ba95.tar
ikiwiki-edec9514f49bf335e8c71a19b169ccbba6a0ba95.tar.gz
typo
Diffstat (limited to 'IkiWiki/Plugin/comments.pm')
-rw-r--r--IkiWiki/Plugin/comments.pm2
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;