https://bugzilla.wikimedia.org/show_bug.cgi?id=34536

       Web browser: ---
             Bug #: 34536
           Summary: MediaWiki tags
           Product: MediaWiki extensions
           Version: any
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: FCKeditor
        AssignedTo: [email protected]
        ReportedBy: [email protected]
    Classification: Unclassified
   Mobile Platform: ---


Mediawiki: 1.18.1, 1.17.2

FCKeditor: 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>

Example tag <ref>:

Before:
This 
<pre>string pre</pre> 
<ref>ref text</ref>

After:
This 
<pre>string pre</pre> 
&lt;ref&gt;ref text&lt;/ref&gt;

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to