diff --git a/zg/zg.js b/zg/zg.js
index ff15b135..391e41b7 100644
--- a/zg/zg.js
+++ b/zg/zg.js
@@ -30,7 +30,7 @@ function enhanceLinks(where, handle, res)
if (h != '')
$('#'+where).append('[BibSLEIGH] ');
if ('doi' in res)
- $('#'+where).append('[DOI] ');
+ $('#'+where).append('[DOI] ');
if ('ee' in res && !res.ee.includes('doi'))
$('#'+where).append('[EE] ');
if ('url' in res && !res.url.includes('doi'))
@@ -181,4 +181,4 @@ function loadFromJson(handle)
loadPaper(handle, res);
}
-(function(){ loadFromJson('SLE'); })();
\ No newline at end of file
+(function(){ loadFromJson('SLE'); })();