https://bugzilla.wikimedia.org/show_bug.cgi?id=17486
--- Comment #26 from Amalthea <[email protected]> 2011-11-23 12:19:53 UTC --- Tim Starling, DieBuche: Part of the issue was resolved, the wikicode from Comment 6 works now. I can still reproduce it with the old editnotice mentioned in the OP though. I've placed a minimal test case at http://test.wikipedia.org/wiki/MediaWiki:Editnotice-2-Amalthea-bug17486 which can be checked in the page source of http://test.wikipedia.org/w/index.php?title=User:Amalthea/bug17486&action=edit In brief: <table> <tr> <td> * CCCCCC * DDDDDD</td> </tr> </table> results in <table> <tr> <td> <ul><li> CCCCCC </li><li> DDDDDD</td> </li></ul> </tr> </table> Written like this it's understandable that it may go wrong, it is less obvious if the table is built by a template with something like <td>{{{text}}}</td> like w:en:Template:fmbox does. Philippe Verdy: tldr. Generic wiki syntax improvements are certainly off topic here though. -- 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
