Skip to content

Commit

Permalink
FIX: Prevent error in neos 4
Browse files Browse the repository at this point in the history
The <f:base /> is removed in neos 4
  • Loading branch information
beardcoder authored May 17, 2018
1 parent 3507210 commit 3e0208d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/Private/Layouts/Default.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<title><f:render section="Title" /></title>
<f:base />

</head>
<body>
<f:flashMessages class="flashmessages" />
Expand Down

0 comments on commit 3e0208d

Please sign in to comment.