Skip to content

Commit

Permalink
Correct wrong tag "base" to "head" in templates/system/incompatible.h…
Browse files Browse the repository at this point in the history
…tml (#18796)

This error came from PR #18777
  • Loading branch information
richard67 authored and Michael Babker committed Nov 22, 2017
1 parent 8f6d6e9 commit 85fd8c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/system/incompatible.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<html>
<base>
<head>
<base href="{{BASEPATH}}">
<meta charset=utf-8">
<meta http-equiv="Content-Language" content="en-GB">
Expand Down Expand Up @@ -266,4 +266,4 @@ <h1 id="headerText">Sorry, your PHP version is not supported</h1>
})();
</script>
</body>
</html>
</html>

0 comments on commit 85fd8c2

Please sign in to comment.