Verified Commit 411786d7 authored by Pier Angelo Vendrame's avatar Pier Angelo Vendrame 🎃
Browse files

fixup! Bug 16940: After update, load local change notes.

Removed global.dtd
parent 91e61e14
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -5,8 +5,6 @@
    PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    "DTD/xhtml1-strict.dtd">
  %htmlDTD;
  <!ENTITY % globalDTD SYSTEM "chrome://global/locale/global.dtd">
  %globalDTD;
  <!ENTITY % tbUpdateDTD SYSTEM "chrome://browser/locale/aboutTBUpdate.dtd">
  %tbUpdateDTD;
]>
@@ -19,8 +17,11 @@
        href="chrome://browser/content/abouttbupdate/aboutTBUpdate.css"/>
  <script src="chrome://browser/content/abouttbupdate/aboutTBUpdate.js"
          type="text/javascript"/>
  <!-- Hack: we are not using Fluent translations in this page (yet), but we use
     - this tag so it sets up the page automatically for us. -->
  <link rel="localization" href="branding/brand.ftl" />
</head>
<body dir="&locale.dir;">
<body>
  <!-- NOTE: We don't use the <dl>, <dt> and <dd> elements to form name-value
     - pairs because this semantics is relatively new, whilst firefox
     - currently still maps these to the more limited "definitionlist", "term"