| Index: chrome/browser/resources/options/about_page.html
|
| diff --git a/chrome/browser/resources/options/about_page.html b/chrome/browser/resources/options/about_page.html
|
| index ef2bc253925ec4df95612230d195c02d39526db6..32d1faae61cac8c9a217e2247975d1c684a60df6 100644
|
| --- a/chrome/browser/resources/options/about_page.html
|
| +++ b/chrome/browser/resources/options/about_page.html
|
| @@ -1,4 +1,4 @@
|
| -<div class="page hidden" id="aboutPage">
|
| +<div class="page" id="aboutPage" hidden>
|
| <h1 i18n-content="product"></h1>
|
| <div id="aboutPageLessInfo">
|
| <section>
|
| @@ -19,7 +19,7 @@
|
| </div>
|
| </section>
|
| </div>
|
| - <div class="hidden" id="aboutPageMoreInfo">
|
| + <div id="aboutPageMoreInfo" hidden>
|
| <section>
|
| <h3 i18n-content="channel"></h3>
|
| <div>
|
|
|