app: Use https links for css and image
authorbigmike160 <bigmike160>
Tue, 4 Dec 2007 22:06:48 +0000 (22:06 +0000)
committerbigmike160 <bigmike160>
Tue, 4 Dec 2007 22:06:48 +0000 (22:06 +0000)
Otherwise browsers will warn of a mix of authenticated and
unauthenticated content.

app/header.mlt

index b8d9d05..4539873 100644 (file)
@@ -3,14 +3,14 @@
                  "" => "HCoop"
                | t => ("HCoop: " ^ t) %>
 <html><head>
-<link rel="stylesheet" type="text/css" href="http://hcoop.net/hcoop.css" />
+<link rel="stylesheet" type="text/css" href="https://join.hcoop.net/hcoop.css" />
 <title><% Web.html title %></title>
 </head><body>
 
 <div class="main">
 
 <div class="title">
-<img class="globe" src="http://hcoop.net/globe.gif" />
+<img class="globe" src="https://join.hcoop.net/globe.gif" />
 <h1><% Web.html title %></h1>
 </div>