Skip to content

Commit

Permalink
Merge pull request #4 from gregtyler/patch-1
Browse files Browse the repository at this point in the history
Use https to load Bootstrap
  • Loading branch information
adrianpietka committed May 8, 2015
2 parents ba0f5bc + 15928ce commit f54956e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/bootstrap/body.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<title>JSHint Report</title>

<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
</head>
<body>

Expand Down

0 comments on commit f54956e

Please sign in to comment.