| Summary: | [PATCH] Mini style-fixes to www/en/news/news.xml | ||
|---|---|---|---|
| Product: | Documentation | Reporter: | Rudolf Čejka <cejkar> |
| Component: | Books & Articles | Assignee: | Giorgos Keramidas <keramida> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
State Changed From-To: open->closed Committed. Thanks :0 Responsible Changed From-To: freebsd-www->keramida |
Please, is it possible to apply the following patch to the www/en/news/news.xml, 1.263? If I want to have all translated items in newsflash.sgml, I'm dependent on the name of the day in english version now. However, date name "04" or "06" looks very ugly for us and furthermore, the common style in news.xml is without the leading zero. Thanks. --- news.xml.orig Tue Jan 18 11:20:41 2005 +++ news.xml Tue Jan 18 11:20:47 2005 @@ -771,7 +771,7 @@ </day> <day> - <name>04</name> + <name>4</name> <event> <p>New committer: <a href="mailto:viny@FreeBSD.org">Vincent Tougait</a> @@ -1352,7 +1352,7 @@ </day> <day> - <name>06</name> + <name>6</name> <event> <p>New committer: <a href="mailto:mtm@FreeBSD.org">Michael Telahun Makonnen</a></p>