Archived
1
0

semicolin

This commit is contained in:
Jeff Becker 2016-12-27 11:08:59 -05:00
parent ccbb348155
commit e35adda727

View File

@ -90,7 +90,7 @@ function inject_search(elem) {
inner.appendChild(input); inner.appendChild(input);
inner.appendChild(document.createTextNode("board: ")); inner.appendChild(document.createTextNode("board: "));
inner.appendChild(newsgroup); inner.appendChild(newsgroup);
inner.appendChild(document.createTextNode("posthash: ")) inner.appendChild(document.createTextNode("posthash: "));
inner.appendChild(hash); inner.appendChild(hash);
inner.appendChild(button); inner.appendChild(button);
inner.appendChild(status); inner.appendChild(status);