Skip to content

Commit

Permalink
<base> is not working properly, use full URL instead
Browse files Browse the repository at this point in the history
  • Loading branch information
slawkens committed Jun 2, 2023
1 parent cd22f8d commit c247789
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions system/templates/exception.html.twig
Expand Up @@ -8,9 +8,8 @@
<meta name="description" content="myaac">
<meta name="generator" content="MyAAC">

<link rel="stylesheet" href="tools/css/messages.css">
<link rel="shortcut icon" href="images/error.ico">
<base href="{{ BASE_URL }}" />
<link rel="stylesheet" href="{{ BASE_URL }}tools/css/messages.css">
<link rel="shortcut icon" href="{{ BASE_URL }}images/error.ico">

<style>
body{
Expand Down Expand Up @@ -57,7 +56,7 @@
}
</style>
<!--[if lt IE 9]>
<script src="tools/js/html5shiv.min.js"></script>
<script src="{{ BASE_URL }}tools/js/html5shiv.min.js"></script>
<![endif]-->
</head>
<body>
Expand Down

0 comments on commit c247789

Please sign in to comment.