diff --git a/index.html b/index.html
index 08cadef..fee27f3 100644
--- a/index.html
+++ b/index.html
@@ -87,8 +87,11 @@
diff --git a/js/main.js b/js/main.js
index 2272e78..a8c70ac 100644
--- a/js/main.js
+++ b/js/main.js
@@ -221,9 +221,9 @@ async function loadExamList(data) {
// Check the database for exams that have been saved
question_db.saved_exams.toArray().then((saved_exams) => {
if (saved_exams.length < 1) {
- $("#cache-details ul").append("No cached exams / questions");
+ $("#cache-details summary").append("No cached exams / questions");
} else {
- $("#cache-details ul").append("Cached exams / questions:");
+ $("#cache-details summary").append("Cached exams / questions:");
}
saved_exams.forEach((saved_exam, n) => {
$("#cache-details ul").append(