Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathias Bynens <mathias@qiwi.be>2015-01-14 11:00:59 +0300
committerChris Dickinson <christopher.s.dickinson@gmail.com>2015-01-14 12:04:37 +0300
commit010c567e194832cbd3ebb54e2283180532155d82 (patch)
tree98da9990b86c740f1ff6fb9526c5243201918195 /doc/template.html
parent38a46b944223e6528664563db93580992d1c4ffc (diff)
doc: fix mixed content issues
Explicitly specify "https" over "http" for linked CSS. Fixup indentation and quoting issues. PR-URL: https://github.com/iojs/io.js/pull/379 Reviewed-By: Chris Dickinson <christopher.s.dickinson@gmail.com>
Diffstat (limited to 'doc/template.html')
-rw-r--r--doc/template.html66
1 files changed, 33 insertions, 33 deletions
diff --git a/doc/template.html b/doc/template.html
index 1ce0815ef25..001c6f678dc 100644
--- a/doc/template.html
+++ b/doc/template.html
@@ -3,47 +3,47 @@
<head>
<meta charset="utf-8">
<title>__SECTION__ io.js __VERSION__ Manual &amp; Documentation</title>
- <link href='http://fonts.googleapis.com/css?family=Lato:400,700,400italic' rel='stylesheet' type='text/css'>
+ <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato:400,700,400italic">
<link rel="stylesheet" href="assets/style.css">
<link rel="stylesheet" href="assets/sh.css">
- <link rel="canonical" href="http://iojs.org/api/__FILENAME__.html">
+ <link rel="canonical" href="https://iojs.org/api/__FILENAME__.html">
</head>
<body class="alt apidoc" id="api-section-__FILENAME__">
- <div id="content" class="clearfix">
- <div id="column2" class="interior">
- <div id="intro" class="interior">
- <a href="/" title="Go back to the home page">
- io.js (1)
- </a>
- </div>
- __GTOC__
- </div>
+ <div id="content" class="clearfix">
+ <div id="column2" class="interior">
+ <div id="intro" class="interior">
+ <a href="/" title="Go back to the home page">
+ io.js (1)
+ </a>
+ </div>
+ __GTOC__
+ </div>
- <div id="column1" data-id="__ID__" class="interior">
- <header>
- <h1>io.js __VERSION__ Documentation</h1>
- <div id="gtoc">
- <p>
- <a href="index.html" name="toc">Index</a> |
- <a href="all.html">View on single page</a> |
- <a href="__FILENAME__.json">View as JSON</a>
- </p>
- </div>
- <hr>
- </header>
+ <div id="column1" data-id="__ID__" class="interior">
+ <header>
+ <h1>io.js __VERSION__ Documentation</h1>
+ <div id="gtoc">
+ <p>
+ <a href="index.html" name="toc">Index</a> |
+ <a href="all.html">View on single page</a> |
+ <a href="__FILENAME__.json">View as JSON</a>
+ </p>
+ </div>
+ <hr>
+ </header>
- <div id="toc">
- <h2>Table of Contents</h2>
- __TOC__
- </div>
+ <div id="toc">
+ <h2>Table of Contents</h2>
+ __TOC__
+ </div>
- <div id="apicontent">
- __CONTENT__
- </div>
- </div>
- </div>
- <div id="footer">
+ <div id="apicontent">
+ __CONTENT__
+ </div>
</div>
+ </div>
+ <div id="footer">
+ </div>
<script src="../sh_main.js"></script>
<script src="../sh_javascript.min.js"></script>