From 641b23e8d905365fd3cbd9e56f28319c1432b767 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Wed, 11 Aug 2021 16:14:06 +0200 Subject: [PATCH] IRC addon: the mini-Howto link can be used via https --- irc/irc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/irc/irc.php b/irc/irc.php index fb675c26..4cb99c3f 100644 --- a/irc/irc.php +++ b/irc/irc.php @@ -109,7 +109,7 @@ function irc_content(&$a) { /* add the chatroom frame and some html */ $o .= <<< EOT

IRC chat

-

A beginner's guide to using IRC. [en]

+

A beginner's guide to using IRC. [en]

EOT;