summaryrefslogtreecommitdiff
path: root/templates/index.html
diff options
context:
space:
mode:
authorMia Herkt <mia@0x0.st>2022-11-30 01:46:48 +0100
committerMia Herkt <mia@0x0.st>2022-11-30 02:19:29 +0100
commitafe2329bf54c6c3e4783899ad4e953d2ba8f2a43 (patch)
treea41b2a564f5419d5e0ff4ca97648c00cc30885ac /templates/index.html
parenta182b6199b7f55eeb573dccd6ce7926c40043680 (diff)
templates/index: Remove unnecessary escaping
Diffstat (limited to 'templates/index.html')
-rw-r--r--templates/index.html16
1 files changed, 8 insertions, 8 deletions
diff --git a/templates/index.html b/templates/index.html
index f315daf..9d5e398 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -36,17 +36,17 @@ FILE RETENTION PERIOD
retention = min_age + (-max_age + min_age) * pow((file_size / max_size - 1), 3)
days
- {{'{: 6}'.format(config.get("FHOST_MAX_EXPIRATION", 31536000000)//86400000)}} | \\
- | \\
- | \\
- | \\
- | \\
- | \\
+ {{'{: 6}'.format(config.get("FHOST_MAX_EXPIRATION", 31536000000)//86400000)}} | \
+ | \
+ | \
+ | \
+ | \
+ | \
| ..
- | \\
+ | \
{{'{: 6.1f}'.format((config.get("FHOST_MIN_EXPIRATION", 2592000000)/2 + config.get("FHOST_MAX_EXPIRATION", 31536000000)/2)/86400000)}} | ----------..-------------------------------------------
| ..
- | \\
+ | \
| ..
| ...
| ..