Bug 67208

Summary: Missing spaces before "(RSS)" in www/en/index.xsl
Product: Documentation Reporter: Rudolf Čejka <cejkar>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Rudolf Čejka 2004-05-26 09:20:12 UTC
 
 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">
Comment 1 Simon L. B. Nielsen freebsd_committer freebsd_triage 2004-05-28 13:41:37 UTC
State Changed
From-To: open->closed

Committed with minor whitespace change.  Thanks for the submission!