Skip to content

Commit

Permalink
Merge pull request #1 from beardcoder/master
Browse files Browse the repository at this point in the history
FIX: Remove <f:base /> to prevent error in neos 4
  • Loading branch information
Benjamin-K authored May 18, 2018
2 parents f488642 + 3e0208d commit 0391cb7
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 0391cb7

Please sign in to comment.