diff --git a/contrib/templates/placebo/post.mustache b/contrib/templates/placebo/post.mustache index 9cd627f..bd0391b 100644 --- a/contrib/templates/placebo/post.mustache +++ b/contrib/templates/placebo/post.mustache @@ -52,7 +52,7 @@ var e = document.getElementById("post_body_{{post.PostHash}}"); if(e) { var u = new URL(j[0].ReferencedURI); - if(u.protocol === "https" || u.protocol === "http") { + if(u.protocol === "https:" || u.protocol === "http:") { var link = document.createElement("a"); link.href = u.toString(); link.innerText = "[Link]";