Changed iframe to work nicely with HTTPS

This commit is contained in:
Cohan Robinson 2012-08-14 17:26:54 +01:00
parent cfaf6d96f0
commit cb654f24bb
2 changed files with 1 additions and 1 deletions

BIN
irc.tgz

Binary file not shown.

View File

@ -110,7 +110,7 @@ function irc_content(&$a) {
$o .= <<< EOT
<h2>IRC chat</h2>
<p><a href="http://tldp.org/HOWTO/IRC/beginners.html" target="_blank">A beginner's guide to using IRC. [en]</a></p>
<iframe src="http://webchat.freenode.net?channels=$channels" width="600" height="600"></iframe>
<iframe src="//webchat.freenode.net?channels=$channels" width="600" height="600"></iframe>
EOT;
return $o;