Timeslider: Move <title> and <script> inside <head>

This commit is contained in:
Richard Hansen 2021-08-02 19:41:42 -04:00
parent b6fba9d66d
commit 1e22e0102d

View file

@ -4,6 +4,7 @@
%> %>
<!doctype html> <!doctype html>
<html class="pad <%=settings.skinVariants%>"> <html class="pad <%=settings.skinVariants%>">
<head>
<title data-l10n-id="timeslider.pageTitle" data-l10n-args='{ "appTitle": "<%=settings.title%>" }'><%=settings.title%> Timeslider</title> <title data-l10n-id="timeslider.pageTitle" data-l10n-args='{ "appTitle": "<%=settings.title%>" }'><%=settings.title%> Timeslider</title>
<script> <script>
/* /*
@ -28,7 +29,6 @@
for the JavaScript code in this page.| for the JavaScript code in this page.|
*/ */
</script> </script>
<head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="robots" content="noindex, nofollow"> <meta name="robots" content="noindex, nofollow">
<meta name="referrer" content="no-referrer"> <meta name="referrer" content="no-referrer">