﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
8750	MediaWiki tags	lioncub		"Mediawiki: 1.18.1, 1.17.2

FCKeditor: r111815(svn), r108997, r108796, r102666

Tags: nowiki, source ... '''do not work'''!

Example tag <nowiki>:

Before:
{{{
This: 
<pre>string pre</pre> 
<nowiki>String no wiki</nowiki>
}}}

After:
{{{
This: 
<pre>string pre</pre> 
String no wiki
}}}

Example tag <source>: 

Before:
{{{
This: 
<pre>string pre</pre> 
<source lang=""php"">php code</source>
}}}

After:
{{{
This: 
<pre>string pre</pre> <div style=""text-align: left;"" class=""mw-geshi"" dir=""ltr""><div class=""php source-php""><pre class=""de1"">php code</pre></div></div>
}}}
"	Bug	closed	Normal		Project : MediaWiki+FCKeditor	3.6.3	invalid		
