From 03eaf9cd898cde3ce059ddf60282adb21d0beb40 Mon Sep 17 00:00:00 2001 From: Radomir Dopieralski Date: Mon, 30 Nov 2020 15:36:04 +0100 Subject: [PATCH] Avoid malformed HTML warning from jquery-migrate The header template we are serving through ajax is starting with a newline, which is forbidden in XHTML, and jquery complains about this. We need this change to upgrade jquery later. Change-Id: If0b926b0dcf4c465c4d8ceff1e17ee9a3df1a94b --- openstack_dashboard/templates/header/_header_sections.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/openstack_dashboard/templates/header/_header_sections.html b/openstack_dashboard/templates/header/_header_sections.html index 85113bf76f..a094145a91 100644 --- a/openstack_dashboard/templates/header/_header_sections.html +++ b/openstack_dashboard/templates/header/_header_sections.html @@ -1,6 +1,4 @@ -{% load i18n %} - -