| 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..334cd304a9ea6cd85fb680fe84c229cc136b02dd 100644
|
| --- a/components/dom_distiller/core/html/dom_distiller_viewer.html
|
| +++ b/components/dom_distiller/core/html/dom_distiller_viewer.html
|
| @@ -9,7 +9,7 @@ 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" href="/$2">
|
| + $2
|
| <link href='https://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
|
| </head>
|
| <body dir="$9" class="$4">
|
| @@ -78,5 +78,5 @@ found in the LICENSE file.
|
| <a href="$7">$8</a>
|
| </div>
|
| </body>
|
| -<script src="/$3"></script>
|
| +$3
|
| </html>
|
|
|