@@ -15,7 +15,7 @@ class HtmlInjectorTest {
15
15
<?xml version="1.0" encoding="utf-8"?>
16
16
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
17
17
<html xmlns="http://www.w3.org/1999/xhtml">
18
- <head><meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />< link rel="stylesheet" type="text/css" href="/assets/readium-css/ReadiumCSS-before.css"/>
18
+ <head><link rel="stylesheet" type="text/css" href="/assets/readium-css/ReadiumCSS-before.css"/>
19
19
20
20
<title>Publication</title>
21
21
<link rel="stylesheet" href="style.css" type="text/css"/>
@@ -48,7 +48,7 @@ class HtmlInjectorTest {
48
48
<?xml version="1.0" encoding="utf-8"?>
49
49
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
50
50
<html xmlns="http://www.w3.org/1999/xhtml">
51
- <head xmlns:xlink="http://www.w3.org/1999/xlink"><meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />< link rel="stylesheet" type="text/css" href="/assets/readium-css/ReadiumCSS-before.css"/>
51
+ <head xmlns:xlink="http://www.w3.org/1999/xlink"><link rel="stylesheet" type="text/css" href="/assets/readium-css/ReadiumCSS-before.css"/>
52
52
53
53
<title>Publication</title>
54
54
<link rel="stylesheet" href="style.css" type="text/css"/>
@@ -79,7 +79,7 @@ class HtmlInjectorTest {
79
79
assertEquals(
80
80
"""
81
81
<?xml version="1.0" encoding="utf-8"?>
82
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head xmlns:xlink="http://www.w3.org/1999/xlink"><meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />< link rel="stylesheet" type="text/css" href="/assets/readium-css/ReadiumCSS-before.css"/>
82
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head xmlns:xlink="http://www.w3.org/1999/xlink"><link rel="stylesheet" type="text/css" href="/assets/readium-css/ReadiumCSS-before.css"/>
83
83
<title>Publication</title><link rel="stylesheet" href="style.css" type="text/css"/><link rel="stylesheet" type="text/css" href="/assets/readium-css/ReadiumCSS-after.css"/>
84
84
<script type="text/javascript" src="/assets/scripts/readium-reflowable.js"></script>
85
85
<style>@import url('https://fonts.googleapis.com/css?family=PT+Serif|Roboto|Source+Sans+Pro|Vollkorn');</style>
@@ -100,7 +100,7 @@ class HtmlInjectorTest {
100
100
<?xml version="1.0" encoding="utf-8"?>
101
101
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><HEAD
102
102
xmlns:xlink="http://www.w3.org/1999/xlink"
103
- ><meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />< link rel="stylesheet" type="text/css" href="/assets/readium-css/ReadiumCSS-before.css"/>
103
+ ><link rel="stylesheet" type="text/css" href="/assets/readium-css/ReadiumCSS-before.css"/>
104
104
<title>Publication</title><link rel="stylesheet" href="style.css" type="text/css"/><link rel="stylesheet" type="text/css" href="/assets/readium-css/ReadiumCSS-after.css"/>
105
105
<script type="text/javascript" src="/assets/scripts/readium-reflowable.js"></script>
106
106
<style>@import url('https://fonts.googleapis.com/css?family=PT+Serif|Roboto|Source+Sans+Pro|Vollkorn');</style>
0 commit comments