Skip to content

Commit 57705d0

Browse files
save file
1 parent ce1440c commit 57705d0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

blog/25-09-29/name-constraints-in-x509-certificate/name-constraints-in-x509-certificate.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,10 @@
6464
async function init(){
6565

6666

67-
menu = mod.menumod();
67+
menu = menumod();
6868

69-
config = mod['code-block'];
70-
cmd = mod['code-block'];
69+
config = mod.config;
70+
cmd = mod.cmd;
7171
log = mod.log;
7272

7373

@@ -350,9 +350,9 @@ <h4>
350350
</div>
351351

352352

353-
<editor id=config component v2.0 src='ex/config.txt'></editor>
353+
<editor id=config component v2.0 fullsize src='ex/config.txt'></editor>
354354

355-
<editor id=cmd component v2.0 src='ex/cmd.txt'></editor>
355+
<editor id=cmd component v2.0 fullsize src='ex/cmd.txt'></editor>
356356

357357

358358
<!--

0 commit comments

Comments
 (0)