From 0e712da71f75279410f82c2a4c752f5b54b6bf3e Mon Sep 17 00:00:00 2001 From: Mike Terzo Date: Fri, 23 Dec 2016 03:53:18 -0500 Subject: [PATCH] Closing html tags for links properly --- puppetboard/templates/layout.html | 6 +++--- puppetboard/templates/node.html | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/puppetboard/templates/layout.html b/puppetboard/templates/layout.html index efe7c6f..62f42ba 100644 --- a/puppetboard/templates/layout.html +++ b/puppetboard/templates/layout.html @@ -13,10 +13,10 @@ } {% else %} - + {% endif %} - - + + {% block head %} {% endblock head %} diff --git a/puppetboard/templates/node.html b/puppetboard/templates/node.html index 5d92b8f..75a00a1 100644 --- a/puppetboard/templates/node.html +++ b/puppetboard/templates/node.html @@ -2,7 +2,7 @@ {% import '_macros.html' as macros %} {% block head %} {% if config.DAILY_REPORTS_CHART_ENABLED %} - + {% endif %} {% endblock head %} {% block content %}