diff --git a/nullboard.html b/nullboard.html
index ef70e13..b66c023 100644
--- a/nullboard.html
+++ b/nullboard.html
@@ -1710,7 +1710,7 @@
return Math.min(Math.max(this, min), max);
};
- /*
+ /*
* add a blank line to push 'Prevent this page from opening ...'
* tack-on from the actual message we are trying to display
*/
@@ -3475,7 +3475,7 @@
return "Required board properties are empty.";
if (foo.format != NB.blobVersion)
- return `Unsupported blob format "${foo.format}", expecting "${NB.blobVersion}".`;
+ return `Unsupported blob format "${foo.format}", expecting "${NB.blobVersion}".`;
return null;
}