X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=inline;f=irc%2Firc.php;h=bd7444a9eb9bd414488df7f0ff8ad664e8030a1f;hb=8c154ddd08a6ac8d6666bb1090107546afed2f24;hp=1ce4ee14deb65fbde30a51009b8da6df49165ef2;hpb=7d411b007023be591895ae1564952f08fb273ad4;p=friendica-addons.git diff --git a/irc/irc.php b/irc/irc.php index 1ce4ee14..bd7444a9 100644 --- a/irc/irc.php +++ b/irc/irc.php @@ -44,12 +44,12 @@ function irc_addon_settings(&$a,&$s) { $s .= '

' . t('IRC Settings') . '

'; $s .= '
'; $s .= ''; - $s .= ''; + $s .= ''; $s .= '
'; - $s .= '
'; + $s .= '
'; $s .= ''; - $s .= ''; + $s .= ''; $s .= '
'; $s .= '
'; @@ -110,7 +110,7 @@ function irc_content(&$a) { $o .= <<< EOT

IRC chat

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

- + EOT; return $o;