Skip to content

Commit

Permalink
Small bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
BelleNottelling committed Apr 25, 2023
1 parent 2e73754 commit 480ab71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AntCMS/AntTwigFilters.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ public function getFilters()

public function absUrl(string $relative): string
{
return '://' . AntTools::repairURL(AntConfig::currentConfig('baseURL') . '/' . trim($relative));
return '//' . AntTools::repairURL(AntConfig::currentConfig('baseURL') . '/' . trim($relative));
}
}

0 comments on commit 480ab71

Please sign in to comment.