Index: components/dom_distiller/content/resources/dom_distiller_viewer.html |
diff --git a/components/dom_distiller/content/resources/dom_distiller_viewer.html b/components/dom_distiller/content/resources/dom_distiller_viewer.html |
index 03929c46d8d97993ce4b3c457efe7439cd2bf1b5..13e58f8f2d46cfe8c64cdb3328d18459ecf02e2e 100644 |
--- a/components/dom_distiller/content/resources/dom_distiller_viewer.html |
+++ b/components/dom_distiller/content/resources/dom_distiller_viewer.html |
@@ -9,21 +9,21 @@ 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> |
- <link rel="stylesheet" type="text/css" href="/$2"> |
+ <link rel="stylesheet" href="/$2"> |
+ <script src="/$3"></script> |
</head> |
<body> |
<div id="mainContent"> |
- <div id="article"> |
- <article> |
- <header> |
- <h1>$3</h1> |
- </header> |
- <div id="content">$4</div> |
- </article> |
- </div> |
+ <article> |
+ <header> |
+ <h1>$4</h1> |
+ </header> |
+ <div id="content">$5</div> |
+ </article> |
</div> |
+ <div id="loadingIndicator" class="$6">$7</div> |
<div> |
- <a href="$5">$6</a> |
+ <a href="$8">$9</a> |
</div> |
</body> |
</html> |