summaryrefslogtreecommitdiffstats
path: root/api/templates
diff options
context:
space:
mode:
authorJoram Wilander <jwawilander@gmail.com>2015-08-31 15:46:26 -0400
committerJoram Wilander <jwawilander@gmail.com>2015-08-31 15:46:26 -0400
commit0b3db018d33601a44c86d08771441c5dacd18969 (patch)
tree3f1129bcfbd1398408c8c5560998f19c50f48910 /api/templates
parent90251df61144d5ab6ca2c36daca08fe91b78f093 (diff)
parentdaf68151207f683ef89578d5da0c2ec9563f3e99 (diff)
downloadchat-0b3db018d33601a44c86d08771441c5dacd18969.tar.gz
chat-0b3db018d33601a44c86d08771441c5dacd18969.tar.bz2
chat-0b3db018d33601a44c86d08771441c5dacd18969.zip
Merge pull request #520 from zackify/master
Fix TLS warning due to insecure content
Diffstat (limited to 'api/templates')
-rw-r--r--api/templates/error.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/templates/error.html b/api/templates/error.html
index 3474c9e1e..adb8f9f7d 100644
--- a/api/templates/error.html
+++ b/api/templates/error.html
@@ -5,7 +5,7 @@
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/js/bootstrap.min.js"></script>
- <link href='http://fonts.googleapis.com/css?family=Open+Sans:400,600,700' rel='stylesheet' type='text/css'>
+ <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,600,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="/static/css/styles.css">
</head>
<body class="white error">