We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 42fcded + 33b91f6 commit 7174eecCopy full SHA for 7174eec
docs/labs/csp1.html
@@ -388,12 +388,12 @@ <h2>Interactive Lab (<span id="grade"></span>)</h2>
388
<form id="lab">
389
<pre><code>
390
const express = require("express");
391
-<input id="attempt0" type="text" size="70" spellcheck="false" value="const">
+<input id="attempt0" type="text" size="60" spellcheck="false" value="const">
392
393
const app = express();
394
395
// Use Helmet to insert hardening headers
396
-<textarea id="attempt1" rows="10" cols="70" spellcheck="false">
+<textarea id="attempt1" rows="10" cols="60" spellcheck="false">
397
app.use(
398
);
399
</textarea>
0 commit comments