diff --git a/app/views/documents/edit.html.erb b/app/views/documents/edit.html.erb
index e7a0d4ad..ad4b5816 100644
--- a/app/views/documents/edit.html.erb
+++ b/app/views/documents/edit.html.erb
@@ -186,7 +186,7 @@
],
selectTemplate: function (item) {
// We're overriding the default here so we don't prepend a @
- return '' + item.original.value + '';
+ return '' + item.original.value + '';
},
menuItemTemplate: function (item) {
return '' + item.original.icon + '' + item.string;