Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 May 2004 10:14:53 +0200 (CEST)
From:      Rudolf Cejka <cejkar@fit.vutbr.cz>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   www/67208: Missing spaces before "(RSS)" in www/en/index.xsl
Message-ID:  <200405260814.i4Q8EroD001757@kazi.fit.vutbr.cz>
Resent-Message-ID: <200405260820.i4Q8KDN1038575@freefall.freebsd.org>

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

>Number:         67208
>Category:       www
>Synopsis:       Missing spaces before "(RSS)" in www/en/index.xsl
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-www
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 26 01:20:12 PDT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Rudolf Cejka
>Release:        FreeBSD 4.9-STABLE i386
>Organization:
FIT, Brno University of Technology, Czech Republic
>Environment:
>Description:
 
 There are missing spaces in texts "Project News(RSS)" and
 "Security Advisories(RSS)" in main web page.
 
 There is a patch to www/en/index.xsl, 1.101, which I used in
 our Czech translation - hope it is a correct solution.
 
 --- index.xsl.orig	Wed May 26 10:05:23 2004
 +++ index.xsl	Wed May 26 10:07:55 2004
 @@ -257,7 +257,8 @@
  			      &#183; <a href="{$u.rel2.errata}">Errata</a></small></p>
  
  			  <p><font size="+1" color="#990000"><b>Project News</b></font>
 -			    <font color="#990000">(<a href="news/news.rdf">RSS</a>)</font><br/>
 +			    <xsl:text> </xsl:text><font color="#990000">(<a
 +			    href="news/news.rdf">RSS</a>)</font><br/>
  			    <font size="-1">
  			      Latest update: 
  			      <xsl:call-template name="html-index-news-project-items-lastmodified">
 @@ -292,7 +293,8 @@
  			  </p>
  
  			  <p><font size="+1" color="#990000"><b>Security Advisories</b></font>
 -			    <font color="#990000">(<a href="security/advisories.rdf">RSS</a>)</font><br/>
 +			    <xsl:text> </xsl:text><font color="#990000">(<a
 +			    href="security/advisories.rdf">RSS</a>)</font><br/>
  			    <font size="-1">
  			      Latest update: 
  			      <xsl:call-template name="html-index-advisories-items-lastmodified">
>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?200405260814.i4Q8EroD001757>