Last modified: 2010-05-15 15:38:21 UTC
This is a regression from 1.4. The right click to edit section has been moved from parser to javascript, where it needs edit section links to form the url. It is possible to keep the feature in javascript, if the section number is provided in other ways, for example adding id="section-3" to h-element.
*** Bug 2561 has been marked as a duplicate of this bug. ***
*** Bug 2605 has been marked as a duplicate of this bug. ***
If someone has a css hack to get rid of those uglu edit links I'd appreciate it if you could post it here
Well that was an easy one because they were identified by class. This should do it .editsection { display: none; }
Committed change to hide edit section links with CSS, should fix the problem.