From a4375aa5b536a1da56213c30512e94de6ef1da4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C4=93teris=20Caune?= Date: Thu, 30 Jun 2016 21:45:25 +0300 Subject: [PATCH] Fix HTML validation issues --- static/css/log.css | 4 ++++ templates/accounts/profile.html | 8 ++++---- templates/front/channels.html | 7 ++----- templates/front/log.html | 10 +++++----- templates/front/welcome.html | 2 -- templates/integrations/add_email.html | 9 +++++++-- templates/integrations/add_hipchat.html | 12 ++++++++++-- templates/integrations/add_pd.html | 11 +++++++++-- templates/integrations/add_pushover.html | 2 +- templates/integrations/add_slack.html | 2 ++ templates/integrations/add_victorops.html | 14 +++++++++++--- 11 files changed, 55 insertions(+), 26 deletions(-) diff --git a/static/css/log.css b/static/css/log.css index cc4f3985..7ef7ffc9 100644 --- a/static/css/log.css +++ b/static/css/log.css @@ -1,3 +1,7 @@ +#format-switcher-container:before { + content: " "; +} + #log { visibility: hidden; } diff --git a/templates/accounts/profile.html b/templates/accounts/profile.html index d9b3d28a..90f9707c 100644 --- a/templates/accounts/profile.html +++ b/templates/accounts/profile.html @@ -163,7 +163,7 @@ {% csrf_token %}