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.
1 parent 6967fe0 commit a41304cCopy full SHA for a41304c
1 file changed
bases/rsptx/interactives/runestone/common/js/bookfuncs.js
@@ -111,7 +111,7 @@ function addReadingList() {
111
} else if (position == 0){
112
fst = active.cloneNode(true);
113
let txt = document.createElement("p");
114
- txt.textContent = `<br/>Page 1 of ${num_readings}.`;
+ txt.textContent = `Page 1 of ${num_readings}.`;
115
fst.append(txt);
116
} else {
117
new_pos = eBookConfig.readings[0];
0 commit comments