Fix issue 546 : Add the irc protocol in the markdown prefilter
This commit is contained in:
parent
5635cdcac7
commit
4245617c6f
@ -168,6 +168,7 @@ class IDF_Template_MarkdownPrefilter extends Pluf_Text_HTML_Filter
|
|||||||
'https',
|
'https',
|
||||||
'ftp',
|
'ftp',
|
||||||
'mailto',
|
'mailto',
|
||||||
|
'irc'
|
||||||
);
|
);
|
||||||
// tags which should be removed if they contain no content
|
// tags which should be removed if they contain no content
|
||||||
// (e.g. "<b></b>" or "<b />")
|
// (e.g. "<b></b>" or "<b />")
|
||||||
|
Loading…
Reference in New Issue
Block a user