diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/due/routes/index.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/due/routes/index.py b/src/due/routes/index.py index b4423be..3e3c746 100644 --- a/src/due/routes/index.py +++ b/src/due/routes/index.py @@ -60,7 +60,7 @@ def home(): <p></p> - <details open> + <details closed> <summary>Manga [{manga_length}] <small style="opacity: 50%">{round(manga_time, 2)}ms</small></summary> {manga_html} </details> |