Opened 12 years ago

Closed 12 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>

Change History (1)

comment:1 Changed 12 years ago by Anna Tomanek

Resolution: invalid
Status: newclosed

Both FCKeditor and the MediaWiki+FCKeditor extension are no longer supported.

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy