[evolution] help: Fix xmlns for XInclude (must be http) so pages validate



commit 3c66bdea604f6c5eefc76112e8901f40c74b1b63
Author: Andre Klapper <aklapper wikimedia org>
Date:   Wed Jul 24 00:17:38 2019 +0200

    help: Fix xmlns for XInclude (must be http) so pages validate

 help/C/calendar-searching.page             | 2 +-
 help/C/contacts-searching.page             | 2 +-
 help/C/mail-filters-conditions.page        | 2 +-
 help/C/mail-search-folders-conditions.page | 2 +-
 help/C/mail-searching.page                 | 2 +-
 help/C/memos-searching.page                | 2 +-
 help/C/tasks-searching.page                | 2 +-
 7 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/help/C/calendar-searching.page b/help/C/calendar-searching.page
index 1e43079566..adc5ca5690 100644
--- a/help/C/calendar-searching.page
+++ b/help/C/calendar-searching.page
@@ -86,6 +86,6 @@
 
   <include href="xinclude-searching.xml"
            xpointer="xmlns(mal=http://projectmallard.org/1.0/)xpointer(/mal:info/mal:section)"
-           xmlns="https://www.w3.org/2001/XInclude"/>
+           xmlns="http://www.w3.org/2001/XInclude"/>
 
 </page>
diff --git a/help/C/contacts-searching.page b/help/C/contacts-searching.page
index 411bfb9b6f..08c9208e74 100644
--- a/help/C/contacts-searching.page
+++ b/help/C/contacts-searching.page
@@ -89,7 +89,7 @@
 
     <include href="xinclude-searching.xml"
              xpointer="xmlns(mal=http://projectmallard.org/1.0/)xpointer(/mal:info/mal:section)"
-             xmlns="https://www.w3.org/2001/XInclude"/>
+             xmlns="http://www.w3.org/2001/XInclude"/>
 
 </section>
 
diff --git a/help/C/mail-filters-conditions.page b/help/C/mail-filters-conditions.page
index 8470342b9e..3bff05e544 100644
--- a/help/C/mail-filters-conditions.page
+++ b/help/C/mail-filters-conditions.page
@@ -28,7 +28,7 @@
 included by XInclude. See http://blogs.gnome.org/shaunm/2011/07/21/understanding-xinclude/ for how it works. 
-->
 <include href="xinclude-filter-vfolder-conditions.xml"
   xpointer="xmlns(mal=http://projectmallard.org/1.0/)xpointer(/mal:info/mal:item)"
-  xmlns="https://www.w3.org/2001/XInclude"/>
+  xmlns="http://www.w3.org/2001/XInclude"/>
 
 <item><p>Source Account:</p>
 <p>Filters messages according the server you got them from. This is most useful if you use multiple POP mail 
accounts.</p></item>
diff --git a/help/C/mail-search-folders-conditions.page b/help/C/mail-search-folders-conditions.page
index 6f48ea4d85..6ac82325a0 100644
--- a/help/C/mail-search-folders-conditions.page
+++ b/help/C/mail-search-folders-conditions.page
@@ -28,7 +28,7 @@
 included by XInclude. See http://blogs.gnome.org/shaunm/2011/07/21/understanding-xinclude/ for how it works. 
-->
 <include href="xinclude-filter-vfolder-conditions.xml"
   xpointer="xmlns(mal=http://projectmallard.org/1.0/)xpointer(/mal:info/mal:item)"
-  xmlns="https://www.w3.org/2001/XInclude"/>
+  xmlns="http://www.w3.org/2001/XInclude"/>
 
 <item><p>Message Location:</p>
 <p>Checks whether the message is located in a specific folder.</p><p>Note that by default, 
<app>Evolution</app>'s <gui>Trash</gui> and <gui>Junk</gui> folders are <link 
xref="mail-search-folders"><gui>Search</gui> folders</link> so they cannot be selected here.</p></item>
diff --git a/help/C/mail-searching.page b/help/C/mail-searching.page
index 3ce9fe38cb..67657e84e0 100644
--- a/help/C/mail-searching.page
+++ b/help/C/mail-searching.page
@@ -58,7 +58,7 @@
 http://blogs.gnome.org/shaunm/2011/07/21/understanding-xinclude/ for how it works. -->
 <include href="xinclude-searching.xml"
   xpointer="xmlns(mal=http://projectmallard.org/1.0/)xpointer(/mal:info/mal:section)"
-  xmlns="https://www.w3.org/2001/XInclude"/>
+  xmlns="http://www.w3.org/2001/XInclude"/>
 
 </section> 
 </page>
diff --git a/help/C/memos-searching.page b/help/C/memos-searching.page
index bbf64ebb98..a35563db4a 100644
--- a/help/C/memos-searching.page
+++ b/help/C/memos-searching.page
@@ -58,7 +58,7 @@
 http://blogs.gnome.org/shaunm/2011/07/21/understanding-xinclude/ for how it works. -->
 <include href="xinclude-searching.xml"
   xpointer="xmlns(mal=http://projectmallard.org/1.0/)xpointer(/mal:info/mal:section)"
-  xmlns="https://www.w3.org/2001/XInclude"/>
+  xmlns="http://www.w3.org/2001/XInclude"/>
 
 </section>
 </page>
diff --git a/help/C/tasks-searching.page b/help/C/tasks-searching.page
index dc0addcc21..5c6ca52af6 100644
--- a/help/C/tasks-searching.page
+++ b/help/C/tasks-searching.page
@@ -58,7 +58,7 @@
 http://blogs.gnome.org/shaunm/2011/07/21/understanding-xinclude/ for how it works. -->
 <include href="xinclude-searching.xml"
   xpointer="xmlns(mal=http://projectmallard.org/1.0/)xpointer(/mal:info/mal:section)"
-  xmlns="https://www.w3.org/2001/XInclude"/>
+  xmlns="http://www.w3.org/2001/XInclude"/>
 
 </section>
 </page>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]