| Index: components/dom_distiller/core/html/dom_distiller_viewer.html
|
| diff --git a/components/dom_distiller/core/html/dom_distiller_viewer.html b/components/dom_distiller/core/html/dom_distiller_viewer.html
|
| index 96908cb4e140edf01da17f177367a22c338f4353..9481d50b98b8607ab585bfb7a32158a5642a3147 100644
|
| --- a/components/dom_distiller/core/html/dom_distiller_viewer.html
|
| +++ b/components/dom_distiller/core/html/dom_distiller_viewer.html
|
| @@ -12,16 +12,16 @@ found in the LICENSE file.
|
| <link rel="stylesheet" href="/$2">
|
| <link href='https://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
|
| </head>
|
| -<body dir="$9" class="$4">
|
| +<body dir="$8" class="$4">
|
| <div id="mainContent">
|
| <article>
|
| <header>
|
| <h1>$1</h1>
|
| </header>
|
| - <div id="content">$5</div>
|
| + <div id="content"></div>
|
| </article>
|
| </div>
|
| - <div id="loadingIndicator" class="$6">
|
| + <div id="loadingIndicator" class="$5">
|
| <div id="loader">
|
| <div class="circle initial">
|
| <span class="mask">
|
| @@ -75,7 +75,7 @@ found in the LICENSE file.
|
| </div>
|
| </div>
|
| <div id="showOriginal">
|
| - <a href="$7">$8</a>
|
| + <a href="$6">$7</a>
|
| </div>
|
| </body>
|
| <script src="/$3"></script>
|
|
|