diff --git a/themes/bootstrap3/js/doi.js b/themes/bootstrap3/js/doi.js
index e862221061e44c1ba095a7eb4a467b0a2b3bac17..6361b5a0aba0734b1e63e60e12b6f03484bf8ff2 100644
--- a/themes/bootstrap3/js/doi.js
+++ b/themes/bootstrap3/js/doi.js
@@ -32,7 +32,7 @@ VuFind.register('doi', function Doi() {
               newLink.text(' ' + response.data[currentDoi][i].label);
               if (typeof response.data[currentDoi][i].icon !== 'undefined') {
                 var icon = $('<img />');
-                icon.attr('src',  response.data[currentDoi][i].icon);
+                icon.attr('src', response.data[currentDoi][i].icon);
                 icon.attr('class', 'doi-icon');
                 $(doiEl).append(icon);
               }