https://bugzilla.wikimedia.org/show_bug.cgi?id=56756
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Summary|Flow: external link icons |Flow: Parsoid doesn't give |are not appearing |external links | |class="external text" or | |rel="nofollow" --- Comment #2 from [email protected] --- Parsoid knows it's an external link but doesn't add the class "external text", or rel="nofollow" that a link in article HTML has. spage@ee-flow:~$ curl -d 'wt=[http://example.com external]' -d 'body=1' localhost:8000/localhost/Main_Page ... <a rel="mw:ExtLink" href="http://example.com" data-parsoid='{"targetOff":20,"contentOffsets":[20,28],"dsr":[0,29,20,1]}'>external</a> compared with wikitext HTML: <a href="http://example.com" class="external text" rel="nofollow">external</a> -- 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
