diff --git a/contrib/static/nntpchan.js b/contrib/static/nntpchan.js
index e02b783..f5f6373 100644
--- a/contrib/static/nntpchan.js
+++ b/contrib/static/nntpchan.js
@@ -22,5 +22,5 @@ function nntpchan_inject_banners(elem, prefix) {
var e = document.createElement("img");
e.src = banner;
e.id = "nntpchan_banner";
- elem.value = e;
+ elem.appendChild(e);
}
diff --git a/contrib/templates/default/board.mustache b/contrib/templates/default/board.mustache
index be10b60..122ef06 100644
--- a/contrib/templates/default/board.mustache
+++ b/contrib/templates/default/board.mustache
@@ -30,7 +30,6 @@
- [banner]
{{#board.Threads}}
diff --git a/contrib/templates/default/frontpage.mustache b/contrib/templates/default/frontpage.mustache
index 4eefe6a..f98a642 100644
--- a/contrib/templates/default/frontpage.mustache
+++ b/contrib/templates/default/frontpage.mustache
@@ -29,7 +29,6 @@
We've Had {{totalposts}} Posts Since August 01 2015
- [banner]
diff --git a/contrib/templates/default/thread.mustache b/contrib/templates/default/thread.mustache
index 04e2783..611265c 100644
--- a/contrib/templates/default/thread.mustache
+++ b/contrib/templates/default/thread.mustache
@@ -31,7 +31,6 @@
- [banner]