quiet warnings about CGI::param in list context
[freeside.git] / httemplate / misc / edge_browser_check-fail_notice.html
1 <& /elements/header.html, "Edge browser bug" &>
2
3 <div id="edgebug" style="border: solid 1px #888; border-radius: 4px; margin: 5em; max-width: 400px; text-align: left; padding: 0 1em; background-color: #ffe; box-shadow: 2px 2px 4px">
4   <div style="text-align: center; font-size: 3em; color: #933; text-shadow: 1px 1px 2px black;">
5     &#9888;
6   </div>
7   <h4 style="border-bottom: solid 1px #888; margin: 1em 0; text-align: center;">
8     Edge Browser Bug
9   </h4>
10   <p>
11     Your copy of Microsoft Edge has a data corrupting bug.
12   </p>
13   <p>
14     Microsoft fixed this bug with the <b>July RS4 Windows 10 Update</b>.
15     Please update your copy of Windows.
16   </p>
17   <p>
18     Alternatively, you may choose to use
19     <a href="https://mozilla.org/en-US/firefox/new/">Mozilla Firefox</a>
20     or <a href="https://chrome.google.com">Google Chrome</a>. They
21     are not affected by this bug.
22   </p>
23 </div>
24
25 <& /elements/footer.html &>