diff options
author | 2018-07-21 14:19:15 +0200 | |
---|---|---|
committer | 2018-07-21 14:19:15 +0200 | |
commit | dc10e77dcde9519361d46761bfa83ccb0a991c0a (patch) | |
tree | eb64aa6d79a1e35feb18924c66dbcc4422490e91 /templates | |
parent | Another git hook test (diff) |
scss linting errors resolved.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/main/bot/clean_logs.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/main/bot/clean_logs.html b/templates/main/bot/clean_logs.html index c67eeab8..00fb3d96 100644 --- a/templates/main/bot/clean_logs.html +++ b/templates/main/bot/clean_logs.html @@ -1,4 +1,4 @@ -<html class="clean_logs"> +<html class="clean-logs"> <head> <link rel="stylesheet" href="{{ static_file('css/style.css') }}"/> </head> |