Skip to content

Commit a56f058

Browse files
committed
Minor fix
1 parent 9f8637b commit a56f058

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

multipage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ function header() {
155155
document.querySelectorAll('.pageButtons').forEach(e => e.classList.add('show')); } }
156156
function buttons(id) {
157157
// Adds the buttons where they are required
158-
var d = document.querySelector('#' + id + ' li');
158+
var d = document.querySelector('#' + id + ' ol');
159159
d.parentNode.appendChild(d); }
160160
</script>
161161
```

0 commit comments

Comments
 (0)