X-Git-Url: https://git.r.bdr.sh/rbdr/crowdantine/blobdiff_plain/6c43b90f4ac8ae47cd26076db44e912891673e77..636c2ad49bd1a4cfdba7e8c6a75691819cc2fdc1:/index.html?ds=sidebyside
diff --git a/index.html b/index.html
index 077a8e0..bc3f8b6 100644
--- a/index.html
+++ b/index.html
@@ -32,7 +32,7 @@
var generateProposalHTML = function(proposal) {
var listItem = document.createElement('li');
- listItem.innerHTML = proposal.title + ' (' + proposal.total_occurrences + ' votes) I agree. '
+ listItem.innerHTML = proposal.title + ' (' + proposal.total_occurrences + ' votes) I agree. '
return listItem;
};