mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-06-15 18:54:45 -04:00
Timeslider: Move <title>
and <script>
inside <head>
This commit is contained in:
parent
b6fba9d66d
commit
1e22e0102d
1 changed files with 24 additions and 24 deletions
|
@ -4,8 +4,9 @@
|
||||||
%>
|
%>
|
||||||
<!doctype html>
|
<!doctype html>
|
||||||
<html class="pad <%=settings.skinVariants%>">
|
<html class="pad <%=settings.skinVariants%>">
|
||||||
<title data-l10n-id="timeslider.pageTitle" data-l10n-args='{ "appTitle": "<%=settings.title%>" }'><%=settings.title%> Timeslider</title>
|
<head>
|
||||||
<script>
|
<title data-l10n-id="timeslider.pageTitle" data-l10n-args='{ "appTitle": "<%=settings.title%>" }'><%=settings.title%> Timeslider</title>
|
||||||
|
<script>
|
||||||
/*
|
/*
|
||||||
|@licstart The following is the entire license notice for the
|
|@licstart The following is the entire license notice for the
|
||||||
JavaScript code in this page.|
|
JavaScript code in this page.|
|
||||||
|
@ -27,8 +28,7 @@
|
||||||
|@licend The above is the entire license notice
|
|@licend The above is the entire license notice
|
||||||
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">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue