Fix issue 546 : Add the irc protocol in the markdown prefilter

This commit is contained in:
William MARTIN 2011-01-06 11:01:35 +01:00
parent 5635cdcac7
commit 4245617c6f

View File

@ -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 />")