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

Derk-Jan Hartman <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #6 from Derk-Jan Hartman <[email protected]> 2012-04-18 18:59:44 
UTC ---
@Nageh, please do not jump to conclusions that quick. You might not have
realized it, but looking into it, it seems your script was actually creating
invalid HTML for the "math/tex" script element. The content is not HTML
escaped.

The Wikipedia developers (in this case, brion and 2 volunteer patch
contributors (one of them me)) are accustomed to writing certain things in
certain ways. Apparently one of the developers added escaping to the HTML
element creation, because that's what he's used to doing. That has brought
forward that actually all the time the script element was not properly created
and read out again. Now it's written correctly, but of course reading has
broken, which is why this ticket was filed. Stuff like that happens, it's just
part of the development cycle.


>From en.wikipedia with Nageh MathJax script:
<script type="math/tex" id="MathJax-Element-408">\displaystyle  u'' + p(x)u' +
q(x)u=f(x),\quad x>a </script>


Should be:
<script type="math/tex" id="MathJax-Element-408">\displaystyle  u'' + p(x)u' +
q(x)u=f(x),\quad x&gt;a </script>

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