aboutsummaryrefslogtreecommitdiff
path: root/lib/classes/PageLayout.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/classes/PageLayout.php')
-rw-r--r--lib/classes/PageLayout.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/classes/PageLayout.php b/lib/classes/PageLayout.php
index c529fa6..17ddf76 100644
--- a/lib/classes/PageLayout.php
+++ b/lib/classes/PageLayout.php
@@ -147,7 +147,7 @@ class PageLayout
$old_base = URLHelper::setBaseURL($GLOBALS['ABSOLUTE_URI_STUDIP']);
self::addHeadElement('link', [
'rel' => 'stylesheet',
- 'href' => Theme::getDownloadURL(),
+ 'href' => URLHelper::getLink(Theme::getDownloadURL(), [], true),
]);
URLHelper::setBaseURL($old_base);
} catch (Exception) {