mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-10 02:05:37 +02:00
Remove XHTML leftovers from the viewer HTML files
This commit is contained in:
parent
e9a1a47d28
commit
edb2eecdc8
4 changed files with 6 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
||||||
<!-- This snippet is used in the Firefox extension (included from viewer.html) -->
|
<!-- This snippet is used in the Firefox extension (included from viewer.html) -->
|
||||||
<base href="resource://pdf.js/web/" />
|
<base href="resource://pdf.js/web/">
|
||||||
<script src="l10n.js"></script>
|
<script src="l10n.js"></script>
|
||||||
<script src="../build/pdf.js"></script>
|
<script src="../build/pdf.js"></script>
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
<!-- This snippet is used in production (included from viewer.html) -->
|
<!-- This snippet is used in production (included from viewer.html) -->
|
||||||
<link rel="resource" type="application/l10n" href="locale/locale.properties"/>
|
<link rel="resource" type="application/l10n" href="locale/locale.properties">
|
||||||
<script src="pdf.viewer.js"></script>
|
<script src="pdf.viewer.js"></script>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<!-- This snippet is used in production (included from viewer.html) -->
|
<!-- This snippet is used in production (included from viewer.html) -->
|
||||||
<link rel="resource" type="application/l10n" href="locale/locale.properties"/>
|
<link rel="resource" type="application/l10n" href="locale/locale.properties">
|
||||||
<script src="l10n.js"></script>
|
<script src="l10n.js"></script>
|
||||||
<script src="../build/pdf.js"></script>
|
<script src="../build/pdf.js"></script>
|
||||||
|
|
|
@ -39,9 +39,9 @@ See https://github.com/adobe-type-tools/cmap-resources
|
||||||
<!--#include viewer-snippet-chrome-extension.html-->
|
<!--#include viewer-snippet-chrome-extension.html-->
|
||||||
<!--#endif-->
|
<!--#endif-->
|
||||||
|
|
||||||
<link rel="stylesheet" href="viewer.css"/>
|
<link rel="stylesheet" href="viewer.css">
|
||||||
<!--#if !PRODUCTION-->
|
<!--#if !PRODUCTION-->
|
||||||
<link rel="resource" type="application/l10n" href="locale/locale.properties"/>
|
<link rel="resource" type="application/l10n" href="locale/locale.properties">
|
||||||
<!--#endif-->
|
<!--#endif-->
|
||||||
|
|
||||||
<!--#if !(MOZCENTRAL || CHROME || MINIFIED)-->
|
<!--#if !(MOZCENTRAL || CHROME || MINIFIED)-->
|
||||||
|
@ -332,7 +332,7 @@ See https://github.com/adobe-type-tools/cmap-resources
|
||||||
</div>
|
</div>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<!-- The type="password" attribute is set via script, to prevent warnings in Firefox for all http:// documents. -->
|
<!-- The type="password" attribute is set via script, to prevent warnings in Firefox for all http:// documents. -->
|
||||||
<input id="password" class="toolbarField" />
|
<input id="password" class="toolbarField">
|
||||||
</div>
|
</div>
|
||||||
<div class="buttonRow">
|
<div class="buttonRow">
|
||||||
<button id="passwordCancel" class="overlayButton"><span data-l10n-id="password_cancel">Cancel</span></button>
|
<button id="passwordCancel" class="overlayButton"><span data-l10n-id="password_cancel">Cancel</span></button>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue