Fix issue 546 : Add the irc protocol in the markdown prefilter
This commit is contained in:
		@@ -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 />")
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user