From c1f0b093990aad49c749e8f19200cfd3a1e366e2 Mon Sep 17 00:00:00 2001 From: relikd Date: Mon, 14 Sep 2020 00:51:36 +0200 Subject: [PATCH] Valid path URLs + app URL without index.html --- src/html_index.py | 4 ++-- src/html_root.py | 10 +++++----- templates/base.html | 4 ++-- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/html_index.py b/src/html_index.py index a804cd0..641248c 100755 --- a/src/html_index.py +++ b/src/html_index.py @@ -17,7 +17,7 @@ def gen_obj(bundle_id): def gen_entry(obj): return ''' - +
{name}
@@ -30,7 +30,7 @@ def gen_pager(current, total): def mklink(i, name, active=False): clss = ' class="active"' if active else '' - return '
{}'.format(i, clss, name) + return '{}'.format(i, clss, name) links = '' # if current > 1: diff --git a/src/html_root.py b/src/html_root.py index 1b75484..7797fae 100755 --- a/src/html_root.py +++ b/src/html_root.py @@ -18,16 +18,16 @@ def gen_root():

- The source code of the app is available on GitHub. + The source code of the app is available on GitHub.

Results

- If you're just interested in the results, go ahead to all apps. + If you're just interested in the results, go ahead to all apps.

Current research

We have an ongoing research project open. Your help is highly appreciated.
- For mor infos follow this link. + For mor infos follow this link.

''')) @@ -65,7 +65,7 @@ def gen_help(): txt += ''' {0} -{2} +{2} {3} {4} '''.format(i + 1, bid, x[0], rr, asurl) @@ -85,7 +85,7 @@ def gen_search(): ''')) diff --git a/templates/base.html b/templates/base.html index 50a42b3..712de0e 100644 --- a/templates/base.html +++ b/templates/base.html @@ -21,8 +21,8 @@