site notice href tag filtering incorrectly
Site notice href tag is being filtered incorrectly. I tried entering the following text:
Join us on IRC:
\irc.friendbit.org:6667\ or
\irc.friendbit.org:+6697\
on channel #lobby.
---
And it was converted to the following:
---
Join us on IRC:
\irc.friendbit.org:6667\ or
\irc.friendbit.org:+6697\
on channel #lobby.
---
Code searching led me to lib/util.php line 914 which appears to be correct for my use case, so I'm not sure where to look next. My gnusocial install is live at https://www.friendbit.org. I'm running version 1.2.0-beta4 on ubuntu 14.04, apache2, php5-fpm.