File tree Expand file tree Collapse file tree 1 file changed +21
-20
lines changed Expand file tree Collapse file tree 1 file changed +21
-20
lines changed Original file line number Diff line number Diff line change 16
16
<% INCLUDE header.tt %>
17
17
<% INCLUDE navbar.tt %>
18
18
<div id="content" class="documentation"></div>
19
- </body>
20
- </html>
21
- <script>
22
- $(window).load(function() {
23
19
24
- updateTime();
20
+ <script>
21
+ $(window).load(function() {
22
+
23
+ updateTime();
25
24
26
- });
25
+ });
27
26
28
- marked.setOptions({
29
- highlight: function(code, lang) {
30
- var highlighted;
31
- try {
32
- highlighted = hljs.highlight(lang, code);
33
- } catch(err) {
34
- highlighted = hljs.highlightAuto(code);
35
- }
36
- return highlighted.value;
37
- }
38
- });
39
- document.getElementById('content').innerHTML =
40
- marked('<% content %>');
41
- </script>
27
+ marked.setOptions({
28
+ highlight: function(code, lang) {
29
+ var highlighted;
30
+ try {
31
+ highlighted = hljs.highlight(lang, code);
32
+ } catch(err) {
33
+ highlighted = hljs.highlightAuto(code);
34
+ }
35
+ return highlighted.value;
36
+ }
37
+ });
38
+ document.getElementById('content').innerHTML =
39
+ marked('<% content %>');
40
+ </script>
41
+ </body>
42
+ </html>
You can’t perform that action at this time.
0 commit comments