Skip to content

Commit

Permalink
Fix css href.
Browse files Browse the repository at this point in the history
  • Loading branch information
redblom committed Sep 13, 2024
1 parent 7b6f7a1 commit 5b90a7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/wayf/wayf.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<head>
<title><?php p($l->t("Select your institution to log in")); ?></title>
<link rel="stylesheet" href="/apps/collaboration/css/collaborationcss">
<link rel="stylesheet" href="/apps/collaboration/css/collaboration.css">
<link rel="stylesheet" href="/apps/collaboration/css/pure-min-css-3.0.0.css">
</head>

Expand Down

0 comments on commit 5b90a7f

Please sign in to comment.