Photos
Blog
Projects
vanrenterghem.biz
projects
/
git.ikiwiki.info.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4711076
)
typo
author
Joey Hess
<joey@gnu.kitenet.net>
Fri, 12 Mar 2010 20:01:24 +0000
(15:01 -0500)
committer
Joey Hess
<joey@gnu.kitenet.net>
Fri, 12 Mar 2010 20:01:24 +0000
(15:01 -0500)
IkiWiki/Plugin/comments.pm
patch
|
blob
|
history
diff --git
a/IkiWiki/Plugin/comments.pm
b/IkiWiki/Plugin/comments.pm
index ceb7c7836a1af0d8d66eba81931931b4bafc59e7..98786f4328412448138f578ae0f04834fec39f98 100644
(file)
--- 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;