GNOME Bugzilla – Bug 709498
2column style not propagated to divs for html output
Last modified: 2013-10-07 14:45:13 UTC
The 2column style for guide pages broke between 3.9.1 and 3.10 so the style does not currently work.
After a bit of investigation, it seems that the class="list-twocolumn" div is not emitted when style="2column" is used in the section. I did a git bisect to find out when this broke, and came up with: 854768f73aa2e1fbc84f30e25766ee5d49fd4ffb is the first bad commit commit 854768f73aa2e1fbc84f30e25766ee5d49fd4ffb Author: Shaun McCance <shaunm@gnome.org> Date: Thu Aug 1 09:59:31 2013 -0400 mal2html: Allow the role attribute on the links element To accomplish this, the role parameter for mal.link.content now accepts a space-separated list of roles to try. :040000 040000 644cfff8418a6de67590c53cb023bbe73698ff06 27ce1bd9f109f4459a24be412889d7ae672a112a M xslt
Fixed in master. This only happens when the links style is being picked up from the style attribute of the page or section element. I'm surprised at how often we still do that.