From fb214b2b3918120f0cd5aebe7c48a7482d1c1276 Mon Sep 17 00:00:00 2001 From: Linus Torvalds Date: Sun, 28 Aug 2011 17:24:53 -0700 Subject: [PATCH] Make the multi-dive files valid XML They had multiple "root" entries (all called 'dive'), which makes baby Jesus cry. So just enclose them all in one root entry (called 'dives') that magically turns it all into parseable xml. Yeah, that really helps make the world a better place. Signed-off-by: Linus Torvalds --- dives/2011-03-22.xml | 2 ++ dives/2011-07-16.xml | 2 ++ dives/2011-08-06.xml | 2 ++ dives/2011-08-28.xml | 2 ++ 4 files changed, 8 insertions(+) diff --git a/dives/2011-03-22.xml b/dives/2011-03-22.xml index 853e476..313f0c2 100644 --- a/dives/2011-03-22.xml +++ b/dives/2011-03-22.xml @@ -1,3 +1,4 @@ + 1 132 @@ -33951,3 +33952,4 @@ surface + diff --git a/dives/2011-07-16.xml b/dives/2011-07-16.xml index 65b165e..b8cc969 100644 --- a/dives/2011-07-16.xml +++ b/dives/2011-07-16.xml @@ -1,3 +1,4 @@ + 1 729 @@ -33891,3 +33892,4 @@ surface + diff --git a/dives/2011-08-06.xml b/dives/2011-08-06.xml index 8a110c5..d96f06d 100644 --- a/dives/2011-08-06.xml +++ b/dives/2011-08-06.xml @@ -1,3 +1,4 @@ + 1 767 @@ -34070,3 +34071,4 @@ surface + diff --git a/dives/2011-08-28.xml b/dives/2011-08-28.xml index a948835..1adb0fb 100644 --- a/dives/2011-08-28.xml +++ b/dives/2011-08-28.xml @@ -1,3 +1,4 @@ + 1 266 @@ -32875,3 +32876,4 @@ surface + -- 2.43.0