« Return to Thread: [PATCH] Fix a typo in site/publish/news.html

[PATCH] Fix a typo in site/publish/news.html

by Arwin Arni :: Rate this Message:

| View in Thread

Hi,

The news page shows the date as 2012-02-13 for the release of Subversion
1.7.4. The attached patch fixes this.

Regards,
Arwin Arni

[date_typo.log]

* site/publish/news.html
  Fix a date typo.

Patch by: Arwin Arni <arwin{_AT_}collab.net>


[date_typo.patch]

Index: news.html
===================================================================
--- news.html (revision 1298762)
+++ news.html (working copy)
@@ -23,7 +23,7 @@
 <!-- calendar year if we felt the need to do so.               -->
 
 <div class="h3" id="news-20120308">
-<h3>2012-02-13 — Apache Subversion 1.7.4 Released
+<h3>2012-03-08 — Apache Subversion 1.7.4 Released
  <a class="sectionlink" href="#news-20120308"
  title="Link to this section">¶</a>
 </h3>

 « Return to Thread: [PATCH] Fix a typo in site/publish/news.html