www/67208: Missing spaces before "(RSS)" in www/en/index.xsl

Rudolf Cejka cejkar at fit.vutbr.cz
Wed May 26 01:20:54 PDT 2004


>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:


More information about the freebsd-www mailing list