Bug 1293226 - Make netError content html-spec compliant draft
authorAndrzej Hunt <ahunt@mozilla.com>
Tue, 23 Aug 2016 08:58:12 -0700
changeset 404494 1b7de85ce167d42f489d12ca8b9a3076a55bba53
parent 404166 cdca5d79be5f7c8ef6cd57ad3956c47fc3c45d05
child 529197 b3b0b47465b0e92f5acdebee91da0c63204a9b29
push id27222
push userahunt@mozilla.com
push dateTue, 23 Aug 2016 15:58:37 +0000
bugs1293226
milestone51.0a1
Bug 1293226 - Make netError content html-spec compliant MozReview-Commit-ID: 7GBUK651eSn
mobile/locales/en-US/overrides/netError.dtd
--- a/mobile/locales/en-US/overrides/netError.dtd
+++ b/mobile/locales/en-US/overrides/netError.dtd
@@ -18,21 +18,22 @@
 
 <!ENTITY dnsNotFound.title "Server not found">
 <!-- LOCALIZATION NOTE (dnsNotFound.longDesc4) This string contains markup including widgets for searching
      or enabling wifi connections. The text inside tags should be localized.  Do not change the ids. -->
 <!ENTITY dnsNotFound.longDesc4 "
 <ul>
   <li>Check the address for typing errors such as
     <strong>ww</strong>.example.com instead of
-    <strong>www</strong>.example.com</li>
+    <strong>www</strong>.example.com
     <div id='searchbox'>
       <input id='searchtext' type='search'></input>
       <button id='searchbutton'>Search</button>
     </div>
+  </li>
   <li>If you are unable to load any pages, check your device’s data or Wi-Fi connection.
     <button id='wifi'>Enable Wi-Fi</button>
   </li>
 </ul>
 ">
 
 <!ENTITY fileNotFound.title "File not found">
 <!ENTITY fileNotFound.longDesc "
@@ -55,21 +56,22 @@
 ">
 
 <!ENTITY malformedURI.title "The address isn’t valid">
 <!-- LOCALIZATION NOTE (malformedURI.longDesc2) This string contains markup including widgets for searching
      or enabling wifi connections. The text inside the tags should be localized. Do not touch the ids. -->
 <!ENTITY malformedURI.longDesc2 "
 <ul>
   <li>Web addresses are usually written like
-    <strong>http://www.example.com/</strong></li>
+    <strong>http://www.example.com/</strong>
     <div id='searchbox'>
       <input id='searchtext' type='search'></input>
       <button id='searchbutton'>Search</button>
     </div>
+  </li>
   <li>Make sure that you’re using forward slashes (i.e.
     <strong>/</strong>).</li>
 </ul>
 ">
 
 <!ENTITY netInterrupt.title "The connection was interrupted">
 <!ENTITY netInterrupt.longDesc2 "&sharedLongDesc3;">