Skip to content

Commit 0d456e1

Browse files
Fix double HTML element in editor.html.
1 parent f770e29 commit 0d456e1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

editor.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html lang="en">
2+
<html lang="en" data-useragent="Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; Trident/6.0)">
33
<!--
44
.:://++++++//:-.
55
.++/::++++++++++++/`
@@ -81,7 +81,6 @@
8181
EDITOR_VERSION = "2.0.0-beta.5";
8282
UPY_VERSION = "1.0.1";
8383
</script>
84-
<html data-useragent="Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; Trident/6.0)"></html>
8584
<script id="files-template" type="x-tmpl-mustache">
8685
<h2 class="modal-title"><i class="fa fa-upload"></i> <strong>{{ load-title }}</strong></h2>
8786
<div class="load-drag-target" id="load-drag-target">

0 commit comments

Comments
 (0)