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

feature.better-home
William MARTIN 2011-01-06 11:01:35 +01:00
parent 5635cdcac7
commit 4245617c6f
1 changed files with 1 additions and 0 deletions

View File

@ -168,6 +168,7 @@ class IDF_Template_MarkdownPrefilter extends Pluf_Text_HTML_Filter
'https',
'ftp',
'mailto',
'irc'
);
// tags which should be removed if they contain no content
// (e.g. "<b></b>" or "<b />")