diff options
| author | Mia Herkt <mia@0x0.st> | 2022-11-30 01:46:48 +0100 |
|---|---|---|
| committer | Mia Herkt <mia@0x0.st> | 2022-11-30 02:19:29 +0100 |
| commit | afe2329bf54c6c3e4783899ad4e953d2ba8f2a43 (patch) | |
| tree | a41b2a564f5419d5e0ff4ca97648c00cc30885ac /templates | |
| parent | a182b6199b7f55eeb573dccd6ce7926c40043680 (diff) | |
templates/index: Remove unnecessary escaping
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/index.html | 16 |
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)}} | ----------..------------------------------------------- | .. - | \\ + | \ | .. | ... | .. |
