From a0c4b98135bc1dc2414c19f217a493df6f650fe2 Mon Sep 17 00:00:00 2001 From: katjaq Date: Sun, 26 Apr 2020 20:39:56 +0200 Subject: [PATCH] one more lint --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 0c2ebc2..2b94cb5 100644 --- a/index.html +++ b/index.html @@ -12,7 +12,7 @@ m.init() .then(function(){return m.loadMRIFromPath('data/sloth_bear_cropped.nii.gz')}) .then(function(){ - var h=JSON.stringify(m.NiiHdrLE.fields,undefined,2); + var h = JSON.stringify(m.NiiHdrLE.fields,undefined,2); document.body.innerHTML+='The header of the MRI file '+m.mriPath+' is:'; document.body.innerHTML+='
'+h+'
'; });