From: Tomas Pospisek Date: Sun, 25 Jan 2015 14:45:18 +0000 (+0100) Subject: use protocol relative links X-Git-Url: https://git.donarmstrong.com/?p=bugscan.git;a=commitdiff_plain;h=a6df2671742747487a24ed153817fc4a2ce18cc6 use protocol relative links So we do not get mixed content warnings, because we're mixing HTTPS and HTTP resources on the same page. Alternatively we could transform all absolute links/references to https:// --- diff --git a/dohtml b/dohtml index 19989e1..c48b40d 100755 --- a/dohtml +++ b/dohtml @@ -11,7 +11,7 @@ html_header() { - + $title, $date @@ -19,10 +19,10 @@ html_header() {