After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 709498 - 2column style not propagated to divs for html output
2column style not propagated to divs for html output
Status: RESOLVED FIXED
Product: yelp-xsl
Classification: Core
Component: Mallard
git master
Other Linux
: Normal normal
: ---
Assigned To: Yelp maintainers
Yelp maintainers
Depends on:
Blocks:
 
 
Reported: 2013-10-06 11:09 UTC by Kat
Modified: 2013-10-07 14:45 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Kat 2013-10-06 11:09:16 UTC
The 2column style for guide pages broke between 3.9.1 and 3.10 so the style does not currently work.
Comment 1 David King 2013-10-06 11:15:05 UTC
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
Comment 2 Shaun McCance 2013-10-07 14:45:05 UTC
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.