Tidy.
This commit is contained in:
parent
9d85d7fb41
commit
b34e5b3925
2 changed files with 4 additions and 2 deletions
|
@ -9,6 +9,7 @@
|
|||
{{ content }}
|
||||
|
||||
{% include footer.html %}
|
||||
|
||||
<script>
|
||||
(function ($) {
|
||||
'use strict';
|
||||
|
|
|
@ -10,8 +10,6 @@
|
|||
|
||||
{% include footer.html %}
|
||||
|
||||
{% include ga.html %}
|
||||
</body>
|
||||
<script>
|
||||
(function () {
|
||||
'use strict';
|
||||
|
@ -19,4 +17,7 @@
|
|||
prettyPrint();
|
||||
})();
|
||||
</script>
|
||||
|
||||
{% include ga.html %}
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Reference in a new issue