Comment 2 for bug 1074126

Revision history for this message
Doug Smythies (dsmythies) wrote :

I have a test version with some changes and I am able to observe what you are referring to.
However, it is not clear how to do your second point. Is the "<div class="trails">…</div>" part a change from the "trail" one that is already there or an additional one on top of that? I have a tried both ways and do not notice a difference when viewing the resulting HMTL.

i.e. I have this now:

<xsl:template name="db2html.links.linktrail">
  <xsl:param name="node" select="."/>
  <div class="trails">
  <div class="trail">
        <a href="https://help.ubuntu.com/12.04" class="trail">Ubuntu 12.04</a>

(Ignore the 12.04 part, as it hasn't been changed to 13.04 yet, and it doesn't appear to have been done for 12.10)