Author: Patrick Allaert (patrickallaert)
Date: 2021-11-26T13:06:32+01:00

Commit: 
https://github.com/php/web-php/commit/5c7eeea2acd67efc62063e7b940bec89a848f272
Raw diff: 
https://github.com/php/web-php/commit/5c7eeea2acd67efc62063e7b940bec89a848f272.diff

Fixed DPC21 news entry missing xmlns change

As a result, it was generating invalid HTML reported with errors:
Bad value http://www.w3.org/2005/Atom for the attribute xmlns (only 
http://www.w3.org/1999/xhtml permitted here).

In the HTML we could see multiple:
```
<p xmlns="http://www.w3.org/2005/Atom";>
```

Changed paths:
  M  archive/entries/2021-04-04-1.xml


Diff:

diff --git a/archive/entries/2021-04-04-1.xml b/archive/entries/2021-04-04-1.xml
index 166d91f0e..04e785410 100644
--- a/archive/entries/2021-04-04-1.xml
+++ b/archive/entries/2021-04-04-1.xml
@@ -9,13 +9,15 @@
   <default:finalTeaserDate 
xmlns="http://php.net/ns/news";>2021-06-17</default:finalTeaserDate>
   <category term="conferences" label="Conference announcement"/>
   <default:newsImage xmlns="http://php.net/ns/news"; 
link="https://www.phpconference.nl"; title="DPC21 
Schedule">dpc21-schedule.png</default:newsImage>
-  <content type="html">
-    <p><em>Join us for 2 full days of Insights, Inspiration &amp; Exclusive 
talks around PHP and Web Technology!</em></p>
-    <p>June 17 and 18, 2021 - DPC Online edition</p>
-    <p>In light of health and safety recommendations from public health 
authorities, and our assessment of the duration of this pandemic, we will be 
organising the DPC conference as an 100% online event on June 17 &amp; 18, 
2021.</p>
-    <p><strong>Master Classes &amp; Exclusive talks</strong></p>
-    <p>Join our pre-conference Workshop day Thursday June 17 with master 
classes from the PHP &amp; Web Tech community. These online workshops are in 
small groups and provide an opportunity to spend time with an expert, going 
in-depth on a specific topic.</p>
-    <p>Followed by the main Conference day Friday June 18 full of interesting 
brand new live streamed talks!</p>
-    <a href="https://www.phpconference.nl"; 
title="DPC21">https://www.phpconference.nl</a>
-</content>
+  <content type="xhtml">
+    <div xmlns="http://www.w3.org/1999/xhtml";>
+      <p><em>Join us for 2 full days of Insights, Inspiration &amp; Exclusive 
talks around PHP and Web Technology!</em></p>
+      <p>June 17 and 18, 2021 - DPC Online edition</p>
+      <p>In light of health and safety recommendations from public health 
authorities, and our assessment of the duration of this pandemic, we will be 
organising the DPC conference as an 100% online event on June 17 &amp; 18, 
2021.</p>
+      <p><strong>Master Classes &amp; Exclusive talks</strong></p>
+      <p>Join our pre-conference Workshop day Thursday June 17 with master 
classes from the PHP &amp; Web Tech community. These online workshops are in 
small groups and provide an opportunity to spend time with an expert, going 
in-depth on a specific topic.</p>
+      <p>Followed by the main Conference day Friday June 18 full of 
interesting brand new live streamed talks!</p>
+      <a href="https://www.phpconference.nl"; 
title="DPC21">https://www.phpconference.nl</a>
+    </div>
+  </content>
 </entry>

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

Reply via email to