https://bugzilla.wikimedia.org/show_bug.cgi?id=23190
Platonides <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Platonides <[email protected]> 2010-04-14 12:47:45 UTC --- The only "html" i find there is like <img class="tex" alt="\log g(n) < \sqrt{\operatorname{Li}^{-1}(n)}" src="http://upload.wikimedia.org/math/5/e/d/5edf1bc3778b2456213d7857b1f82f80.png" /> The content of that alternate text is '\log g(n) < \sqrt{\operatorname{Li}^{-1}(n)}', showing some characters as entities is needed on html. You should unentity any text you extract directly. Any html/xml parser will do it for you. I have no problem copying and pasting that, btw. -- 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
