https://bugzilla.wikimedia.org/show_bug.cgi?id=16869
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from [email protected] 2009-09-22 19:30:16 UTC --- I agree to Pyr0: The only way to disable printing the TOC in the article is to disable displaying the TOC everywhere (__NOTOC__) as toggeling is realized with JavaScript. Otherwise, the TOC is printed completely. So in my opinion, we should close this bug report as there is no bug ;). But using your user CSS should allow you to hide the TOC with the following code: @media print { table.toc { display: none; } } -- 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
