Fix base closing tag.

This commit is contained in:
Paulo Gustavo Veiga
2023-08-06 20:02:30 -07:00
parent 762ebabe7e
commit 86682ca7d8
3 changed files with 7 additions and 7 deletions

View File

@@ -1,5 +1,3 @@
<%@ page import="com.wisemapping.security.Utils" %>
<%@ page import="com.wisemapping.model.User" %>
<%@ page pageEncoding="UTF-8" contentType="text/html; charset=UTF-8" %>
<%@ include file="init.jsp" %>
@@ -11,9 +9,9 @@
<!DOCTYPE html>
<html lang="${fn:substring(locale,0,2)}">
<head>
<base href="${requestScope['site.baseurl']}/static/webapp/"/>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta charset="utf-8" />
<base href="${requestScope['site.baseurl']}/static/webapp/">
<link rel="preload" href="https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;600&display=swap" as="style" onload="this.onload=null;this.rel='stylesheet'" crossorigin>
<%@ include file="pageHeaders.jsf" %>