aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2013-08-22 21:19:02 +0200
committerGravatar Tom Willemse2013-08-22 21:19:02 +0200
commit6ee01205cc514fae0f54acc2ca320e579a6e21e7 (patch)
tree6ce000e21bc6e0f66bd7fb05a527ab0a9a69f86d
parent12799b9ddd0ab1bb34cb1aa433d5d24ad8dec1ba (diff)
downloadhypo-6ee01205cc514fae0f54acc2ca320e579a6e21e7.tar.gz
hypo-6ee01205cc514fae0f54acc2ca320e579a6e21e7.zip
Don't use absolute [http://] urls
-rw-r--r--templates/main.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/main.html b/templates/main.html
index e35715a..d39d1a9 100644
--- a/templates/main.html
+++ b/templates/main.html
@@ -18,7 +18,7 @@ $# License along with Hypo. If not, see <http://www.gnu.org/licenses/>.
<html>
<head>
<title>Hypo: $file.filename</title>
- <link href="http://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.3.2/css/bootstrap.min.css"
+ <link href="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.3.2/css/bootstrap.min.css"
type="text/css" rel="stylesheet" />
<style>$:style</style>
<meta name="robots" content="noindex, nofollow">