Bug 76400

Summary: [PATCH] Mini style-fixes to www/en/news/news.xml
Product: Documentation Reporter: Rudolf Čejka <cejkar>
Component: Books & ArticlesAssignee: Giorgos Keramidas <keramida>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Rudolf Čejka 2005-01-18 10:30:22 UTC
 
 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>
Comment 1 Giorgos Keramidas freebsd_committer freebsd_triage 2005-01-18 13:09:26 UTC
State Changed
From-To: open->closed

Committed.  Thanks :0 


Comment 2 Giorgos Keramidas freebsd_committer freebsd_triage 2005-01-18 13:09:26 UTC
Responsible Changed
From-To: freebsd-www->keramida