diff --git a/static/viewer.html b/static/viewer.html index 4e722894..1906fd04 100644 --- a/static/viewer.html +++ b/static/viewer.html @@ -4,6 +4,10 @@ ZIM Viewer + + + + diff --git a/test/server.cpp b/test/server.cpp index 35cd0532..9dfca63f 100644 --- a/test/server.cpp +++ b/test/server.cpp @@ -196,6 +196,16 @@ R"EXPECTEDRESULT( download hash download magnet download torrent +)EXPECTEDRESULT" + }, + { + /* url */ "/ROOT/viewer", +R"EXPECTEDRESULT( + + + + return '/skin/blank.html'; + if ( url == '/skin/blank.html' ) { )EXPECTEDRESULT" }, {