| Summary: | Missing spaces before "(RSS)" in www/en/index.xsl | ||
|---|---|---|---|
| Product: | Documentation | Reporter: | Rudolf Čejka <cejkar> |
| Component: | Books & Articles | Assignee: | freebsd-doc (Nobody) <doc> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
State Changed From-To: open->closed Committed with minor whitespace change. Thanks for the submission! |
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 @@ · <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">