Bug 1390038 - Fix xml parsing error. r?dao draft
authorNevin Chen <cnevinchen@gmail.com>
Mon, 14 Aug 2017 14:46:30 +0800
changeset 645742 c9f7469bd40c985c92559c8872995549b45d740c
parent 645674 3bfcbdf5c6c381d5a8febb5c209e27a69fb89f9b
child 726001 8070881979c0ab284fac56a132f7fe825c96a815
push id73862
push userbmo:cnevinchen@gmail.com
push dateMon, 14 Aug 2017 06:47:06 +0000
reviewersdao
bugs1390038
milestone57.0a1
Bug 1390038 - Fix xml parsing error. r?dao MozReview-Commit-ID: 8sv7aH6ejIt
mobile/android/chrome/content/aboutRights.xhtml
--- a/mobile/android/chrome/content/aboutRights.xhtml
+++ b/mobile/android/chrome/content/aboutRights.xhtml
@@ -1,16 +1,14 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html [
     <!ENTITY % htmlDTD PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd">
     %htmlDTD;
     <!ENTITY % brandDTD SYSTEM "chrome://branding/locale/brand.dtd">
     %brandDTD;
-    <!ENTITY % securityPrefsDTD SYSTEM "chrome://browser/locale/preferences/security.dtd">
-    %securityPrefsDTD;
     <!ENTITY % aboutRightsDTD SYSTEM "chrome://global/locale/aboutRights.dtd">
     %aboutRightsDTD;
     ]>
 
 <!-- This Source Code Form is subject to the terms of the Mozilla Public
    - License, v. 2.0. If a copy of the MPL was not distributed with this
    - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->