Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 82199 | Differences between
and this patch

Collapse All | Expand All

(-)guide.xsl (-1 / +8 lines)
Lines 1192-1198 Link Here
1192
    <xsl:choose>
1192
    <xsl:choose>
1193
      <xsl:when test="($TTOP = 'book') and ($full = 0) and (starts-with(@link, '?'))">
1193
      <xsl:when test="($TTOP = 'book') and ($full = 0) and (starts-with(@link, '?'))">
1194
        <!-- Handbook link pointing to another part/chapter, normal case -->
1194
        <!-- Handbook link pointing to another part/chapter, normal case -->
1195
        <a href="{$LINK}{@link}"><xsl:apply-templates/></a>
1195
        <xsl:choose>
1196
          <xsl:when test="$style != 'printable'">
1197
            <a href="{$LINK}{@link}"><xsl:apply-templates/></a>
1198
          </xsl:when>
1199
          <xsl:otherwise>
1200
            <a href="{$LINK}{@link}&amp;style=printable"><xsl:apply-templates/></a>
1201
          </xsl:otherwise>
1202
        </xsl:choose>
1196
      </xsl:when>
1203
      </xsl:when>
1197
      <xsl:when test="($TTOP = 'book') and ($full = 1) and (starts-with(@link, '?'))">
1204
      <xsl:when test="($TTOP = 'book') and ($full = 1) and (starts-with(@link, '?'))">
1198
        <!-- Handbook link pointing to another part/chapter
1205
        <!-- Handbook link pointing to another part/chapter

Return to bug 82199