Module: website Branch: master Commit: 40f8f7719696b3c043cfc45746dae1bf778c2bb6 URL: https://source.winehq.org/git/website.git/?a=commit;h=40f8f7719696b3c043cfc4...
Author: Jeremy Newman jnewman@codeweavers.com Date: Thu Jan 27 10:28:34 2022 -0600
test using CDATA for sections
---
wwn/en/wn20211210_409.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/wwn/en/wn20211210_409.xml b/wwn/en/wn20211210_409.xml index c24f3d68..76364256 100755 --- a/wwn/en/wn20211210_409.xml +++ b/wwn/en/wn20211210_409.xml @@ -2,13 +2,13 @@ <title>Wine Traffic</title> <author contact="mailto:wwn@winehq.org">Cressida Silver</author> <issue num="NNN" date="12/10/2021"/> - <intro> + <intro><![CDATA[ <p> This is the 409th issue of the World Wine News publication. Its main goal is to inform you of what's going on around Wine. Wine is an open source implementation of the Windows API on top of X and Unix. Think of it as a Windows compatibility layer. Wine does not require Microsoft Windows, as it is a completely alternative implementation consisting of 100% Microsoft-free code, but it can optionally use native system DLLs if they are available. You can find more info at <a href="http://www.winehq.org">www.winehq.org</a> </p> - </intro> + ]]></intro>
- <section title="Wine 6.23" subject="" archive="" posts=""> + <section title="Wine 6.23" subject="" archive="" posts=""><![CDATA[ <p> Wine 6.23 was released last Friday, and it contains more work on <a href="https://www.winehq.org/wwn/408">PE conversion.</a> For more details, see <a href="https://www.winehq.org/announce/6.23">here</a> for the full release notes. </p> @@ -19,5 +19,5 @@ <p> Happy Holidays to you and yours! </p> - </section> + ]]></section> </kc>