We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7dbfc79 commit 0c3d5aeCopy full SHA for 0c3d5ae
utils/misc/html/hdr/v2.0/hdr-v2.0.html
@@ -7,9 +7,9 @@
7
<style>
8
9
section
10
- {margin:0;box-sizing:border-box;display:flex;align-items:center;gap:10px;
11
- padding-bottom:20px;border-bottom:1px solid lightgray;
12
- }
+ {margin:0;box-sizing:border-box;display:flex;align-items:center;gap:10px;
+ padding-bottom:20px;border-bottom:1px solid lightgray;
+ }
13
14
.icon {
15
cursor : pointer;
@@ -103,7 +103,9 @@
103
104
(function misc_hdr({mod,dom,host}){
105
106
- var obj = {};
+ var obj = {
107
+ version : 'v2.0',
108
+ };
109
110
var df=true
111
;
@@ -153,7 +155,7 @@
153
155
154
156
return obj;
157
-})//mod.utils.hdr
158
+})//misc-hdr
159
160
</script>
161
0 commit comments