Skip to content

Commit 123433e

Browse files
2 parents d33223b + 0d456e1 commit 123433e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

editor.html

Lines changed: 2 additions & 3 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
.++/::++++++++++++/`
@@ -84,7 +84,6 @@
8484
EDITOR_VERSION = "2.0.0-beta.5";
8585
UPY_VERSION = "1.0.1";
8686
</script>
87-
<html data-useragent="Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; Trident/6.0)"></html>
8887
<script id="files-template" type="x-tmpl-mustache">
8988
<h2 class="modal-title"><i class="fa fa-upload"></i> <strong>{{ load-title }}</strong></h2>
9089
<div class="load-drag-target" id="load-drag-target">
@@ -370,7 +369,7 @@ <h2><i class="fa fa-unlock-alt"></i> <strong>{{ title }}</strong></h2>
370369
<li><span title="Spanish"><a lang="es" href="#" class="action lang-choice" id="es" tabindex="122">Español</a></span></li>
371370
<li><span title="Polish"><a lang="pl" href="#" class="action lang-choice" id="pl" tabindex="123">Polski</a></span></li>
372371
</ul>
373-
<div><a id="add-language-link" class="action" title="Add a language translation to the Editor" href="https://support.microbit.org/solutions/articles/19000106022-translating-the-micro-bit-python-editor" target="_blank" tabindex="124">Add a language</a></div>
372+
<div><a id="add-language-link" class="action" title="Add a language translation to the Editor" href="https://support.microbit.org/support/solutions/articles/19000106022-translating-the-micro-bit-python-editor" target="_blank" tabindex="124">Add a language</a></div>
374373
</div>
375374
</div>
376375
</div>

0 commit comments

Comments
 (0)