We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e27f05d commit 58e51ebCopy full SHA for 58e51eb
1 file changed
utils/misc/zip/zip.html
@@ -41,10 +41,10 @@
41
<script init>
42
43
console.clear();
44
- console.log('zip-v2.0.html');
+ console.log('zip-v3.0.html');
45
console.log();
46
console.json=v=>console.log(JSON.stringify(v,null,4));
47
- var version='v2.0';
+ var version='v3.0';
48
var df=true,did='zip.html';
49
50
@@ -226,8 +226,8 @@
226
</style>
227
228
229
- <misc-hdr component=grp>
230
- <img class=title src='images/zip.png' style='top:-15px;height:80px'>
+ <misc-hdr v2.0 component=grp>
+ <img slot=title class=title src='images/zip.png' style='top:-15px;height:80px'>
231
<time slot=date datetime=2026-04-18>
232
18 Apr 2026
233
</time>
@@ -337,6 +337,8 @@
337
338
339
hdr.initdom();
340
+ hdr.set.version(version);
341
+
342
343
344
filemod.initdom();
0 commit comments