<base> is not working properly, use full URL instead

This commit is contained in:
slawkens 2023-06-02 15:24:10 +02:00
parent cd22f8def5
commit c247789adf

View File

@ -8,9 +8,8 @@
<meta name="description" content="myaac"> <meta name="description" content="myaac">
<meta name="generator" content="MyAAC"> <meta name="generator" content="MyAAC">
<link rel="stylesheet" href="tools/css/messages.css"> <link rel="stylesheet" href="{{ BASE_URL }}tools/css/messages.css">
<link rel="shortcut icon" href="images/error.ico"> <link rel="shortcut icon" href="{{ BASE_URL }}images/error.ico">
<base href="{{ BASE_URL }}" />
<style> <style>
body{ body{
@ -57,7 +56,7 @@
} }
</style> </style>
<!--[if lt IE 9]> <!--[if lt IE 9]>
<script src="tools/js/html5shiv.min.js"></script> <script src="{{ BASE_URL }}tools/js/html5shiv.min.js"></script>
<![endif]--> <![endif]-->
</head> </head>
<body> <body>