From 1417f2731568b968c737e018087c785a7c75e1ad Mon Sep 17 00:00:00 2001
From: "waterson%netscape.com" <waterson%netscape.com>
Date: Fri, 30 Apr 1999 20:11:39 +0000
Subject: [PATCH] Bug 5695. RDF needs UPPER CASE ID, not lower case id. This
 was confusing XUL and causing an assert when the node map was dumped.

---
 rdf/resources/remote-flash-1.rdf | 4 ++--
 rdf/resources/remote-flash-2.rdf | 4 +++-
 rdf/resources/remote-flash-3.rdf | 4 +++-
 3 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/rdf/resources/remote-flash-1.rdf b/rdf/resources/remote-flash-1.rdf
index e55da4c7e096c..f5add40054c0b 100644
--- a/rdf/resources/remote-flash-1.rdf
+++ b/rdf/resources/remote-flash-1.rdf
@@ -1,11 +1,11 @@
-<!-- Mode: SGML -->
+<!-- -*- Mode: SGML -*- -->
 
 <RDF:RDF xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
          xmlns:NC="http://home.netscape.com/NC-rdf#">
 
   <RDF:Description about="NC:FlashRoot">
     <NC:child>
-       <RDF:Description id="flash1">
+       <RDF:Description ID="flash1">
          <NC:type resource="http://home.netscape.com/NC-rdf#StockFlash" />
          <NC:source>StockWatch</NC:source>
          <NC:description>AOL 162 (+15 1/2)</NC:description>
diff --git a/rdf/resources/remote-flash-2.rdf b/rdf/resources/remote-flash-2.rdf
index 96e0107c10318..043352b469ffe 100644
--- a/rdf/resources/remote-flash-2.rdf
+++ b/rdf/resources/remote-flash-2.rdf
@@ -1,9 +1,11 @@
+<!-- -*- Mode: SGML -*- -->
+
 <RDF:RDF xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
          xmlns:NC="http://home.netscape.com/NC-rdf#">
 
   <RDF:Description about="NC:FlashRoot">
     <NC:child>
-       <RDF:Description id="flash2">
+       <RDF:Description ID="flash2">
          <NC:type resource="http://home.netscape.com/NC-rdf#OnlinePresence" />
          <NC:source>George Clinton</NC:source>
          <NC:description>How's the Funk?</NC:description>
diff --git a/rdf/resources/remote-flash-3.rdf b/rdf/resources/remote-flash-3.rdf
index 25d35f9c8d8de..5317e767ba0ce 100644
--- a/rdf/resources/remote-flash-3.rdf
+++ b/rdf/resources/remote-flash-3.rdf
@@ -1,9 +1,11 @@
+<!-- -*- Mode: SGML -*- -->
+
 <RDF:RDF xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
          xmlns:NC="http://home.netscape.com/NC-rdf#">
 
   <RDF:Description about="NC:FlashRoot">
     <NC:child>
-       <RDF:Description id="flash3">
+       <RDF:Description ID="flash3">
          <NC:type resource="http://home.netscape.com/NC-rdf#Biff" />
          <NC:source>Inbox</NC:source>
          <NC:description>3 new messages</NC:description>
-- 
GitLab