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 2aef5882009b4921a164083f3fbe6b614276e4d4..b4c02aad77eb5fd6f8d11ace66c2961389bc53b8 100644 |
--- a/components/dom_distiller/core/html/dom_distiller_viewer.html |
+++ b/components/dom_distiller/core/html/dom_distiller_viewer.html |
@@ -9,10 +9,11 @@ found in the LICENSE file. |
<meta charset="utf-8"> |
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"> |
<title>$1</title> |
+ <!-- Placeholder for CSS. --> |
$2 |
<link href='https://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'> |
</head> |
-<body dir="$8" class="$4"> |
+<body class="$3"> |
<div id="contentWrap"> |
<div id="mainContent"> |
<article> |
@@ -20,7 +21,7 @@ found in the LICENSE file. |
<div id="titleCollapse"> |
<div class="verticalCenterOuter"> |
<div class="verticalCenterInner"> |
- <h1 id="titleHolder">$1</h1> |
+ <h1 id="titleHolder"></h1> |
</div> |
</div> |
</div> |
@@ -28,7 +29,7 @@ found in the LICENSE file. |
<div id="content"></div> |
</article> |
</div> |
- <div id="loadingIndicator" class="$5"> |
+ <div id="loadingIndicator" class="visible"> |
<div id="loader"> |
<div class="circle initial"> |
<span class="mask"> |
@@ -82,7 +83,7 @@ found in the LICENSE file. |
</div> |
</div> |
<div id="showOriginal"> |
- <a href="$6">$7</a> |
+ <a href="$4">$5</a> |
</div> |
</div> |
<div id="feedbackContainer" class="footerFeedback"> |
@@ -96,5 +97,6 @@ found in the LICENSE file. |
<div class="clear"></div> |
</div> |
</body> |
-$3 |
+<!-- Placeholder for JavaScript. --> |
+$6 |
</html> |