From e35adda727f1f81364f2cca88450caafc19142e2 Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Tue, 27 Dec 2016 11:08:59 -0500 Subject: [PATCH] semicolin --- contrib/static/search.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/static/search.js b/contrib/static/search.js index 71c877e..b2399b2 100644 --- a/contrib/static/search.js +++ b/contrib/static/search.js @@ -90,7 +90,7 @@ function inject_search(elem) { inner.appendChild(input); inner.appendChild(document.createTextNode("board: ")); inner.appendChild(newsgroup); - inner.appendChild(document.createTextNode("posthash: ")) + inner.appendChild(document.createTextNode("posthash: ")); inner.appendChild(hash); inner.appendChild(button); inner.appendChild(status);