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 334cd304a9ea6cd85fb680fe84c229cc136b02dd..1a1c6fb2f3a138593d7c62eb98f8229dd4aedc5f 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. |
$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">$9</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> |
$3 |