Opened 13 years ago
Closed 13 years ago
#8750 closed Bug (invalid)
MediaWiki tags
Reported by: | lioncub | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Project : MediaWiki+FCKeditor | Version: | 3.6.3 |
Keywords: | Cc: |
Description
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>
Both FCKeditor and the MediaWiki+FCKeditor extension are no longer supported.