Author: Christoph M. Becker (cmb69)
Date: 2021-10-11T14:49:32+02:00

Commit: 
https://github.com/php/web-windows/commit/738839c78d5ef1a85badc9c0db45165e9b1ce3a8
Raw diff: 
https://github.com/php/web-windows/commit/738839c78d5ef1a85badc9c0db45165e9b1ce3a8.diff

Fix news IDs

Changed paths:
  M  news/2021-06-06-1.php
  M  news/2021-07-14-1.php


Diff:

diff --git a/news/2021-06-06-1.php b/news/2021-06-06-1.php
index bdfbd26..412d390 100644
--- a/news/2021-06-06-1.php
+++ b/news/2021-06-06-1.php
@@ -1,4 +1,4 @@
-<div class="info entry" id="news-2020-08-09-1">
+<div class="info entry" id="news-2021-06-06-1">
   <!-- .info -->
   <h3 class="summary entry-title">PHP 8 Snapshot Builds</h3>
   <?php news_date('06-Jun-2021') ?>
diff --git a/news/2021-07-14-1.php b/news/2021-07-14-1.php
index f69dee4..f9b84cf 100644
--- a/news/2021-07-14-1.php
+++ b/news/2021-07-14-1.php
@@ -1,4 +1,4 @@
-<div class="info entry" id="news-2020-08-09-1">
+<div class="info entry" id="news-2021-07-14-1">
   <!-- .info -->
   <h3 class="summary entry-title">libjpeg dependency</h3>
   <?php news_date('14-Jul-2021') ?>

-- 
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to