Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Nov 2005 20:29:54 +0100 (CET)
From:      Rudolf Cejka <cejkar@fit.vutbr.cz>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   www/89389: [PATCH] Missing space in share/sgml/includes.header.xsl
Message-ID:  <200511211929.jALJTsXQ021410@kazi.fit.vutbr.cz>
Resent-Message-ID: <200511211930.jALJUF4k070059@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         89389
>Category:       www
>Synopsis:       [PATCH] Missing space in share/sgml/includes.header.xsl
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-www
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Nov 21 19:30:14 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Rudolf Cejka
>Release:        FreeBSD 5.3-STABLE i386
>Organization:
FIT, Brno University of Technology, Czech Republic
>Environment:
>Description:
 
 There is space between Skip site navigation and Skip section navigation
 in sgml, so the same space should be in xsl.
 
 --- includes.header.xsl.orig	Mon Nov 21 20:27:18 2005
 +++ includes.header.xsl	Mon Nov 21 20:27:42 2005
 @@ -46,6 +46,7 @@
    
    <xsl:variable name="header2">
              <span class="txtoffscreen"><a href="#CONTENT" title="Skip site navigation" accesskey="1">Skip site navigation</a> (1)</span>
 +            <xsl:text> </xsl:text> 
              <span class="txtoffscreen"><a href="#CONTENTWRAP" title="Skip section navigation" accesskey="2">Skip section navigation</a> (2)</span>
              <div id="HEADERCONTAINER">
        
>How-To-Repeat:
>Fix:
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200511211929.jALJTsXQ021410>