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..4fb7389b98e87cf9793d8cd44be418014dee8c70 100644 |
--- a/components/dom_distiller/content/resources/dom_distiller_viewer.html |
+++ b/components/dom_distiller/content/resources/dom_distiller_viewer.html |
@@ -10,20 +10,20 @@ found in the LICENSE file. |
<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"> |
+ <script src="/$3"></script> |
nyquist
2014/05/13 05:01:15
Nit: I think this is fine, but maybe we should be
Yaron
2014/05/14 17:42:33
It's really unneeded. Removing "type" from above.
|
</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> |