projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7723e94
)
comments: serve avatars over https in https wikis
author
Francois Marier
<francois@debian.org>
Thu, 24 Mar 2011 08:08:51 +0000
(21:08 +1300)
committer
Francois Marier
<francois@debian.org>
Wed, 30 Mar 2011 07:59:17 +0000
(20:59 +1300)
IkiWiki/Plugin/comments.pm
patch
|
blob
|
history
diff --git
a/IkiWiki/Plugin/comments.pm
b/IkiWiki/Plugin/comments.pm
index 00ab1c8bdacda84e0ee12279074e14110e0f26d3..2f2a515b9be5c2c061e8f9c65d827e8119660f37 100755
(executable)
--- a/
IkiWiki/Plugin/comments.pm
+++ b/
IkiWiki/Plugin/comments.pm
@@
-195,7
+195,7
@@
sub preprocess {
my $email = IkiWiki::userinfo_get($commentuser, 'email');
if (defined $email) {
- $commentauthoravatar = libravatar_url(email => $email);
+ $commentauthoravatar = libravatar_url(email => $email
, https => $ENV{HTTPS}
);
}
}
}