Skip to content

Commit a41304c

Browse files
removed errant <br/> text
1 parent 6967fe0 commit a41304c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bases/rsptx/interactives/runestone/common/js/bookfuncs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ function addReadingList() {
111111
} else if (position == 0){
112112
fst = active.cloneNode(true);
113113
let txt = document.createElement("p");
114-
txt.textContent = `<br/>Page 1 of ${num_readings}.`;
114+
txt.textContent = `Page 1 of ${num_readings}.`;
115115
fst.append(txt);
116116
} else {
117117
new_pos = eBookConfig.readings[0];

0 commit comments

Comments
 (0)