Skip to content

Commit

Permalink
Merge pull request #17 from danspringer/main
Browse files Browse the repository at this point in the history
Codeschnipsel angepasst
  • Loading branch information
AndiLeni authored Nov 2, 2022
2 parents e54514f + b51e646 commit 3304e62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fragments/installed_fonts.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
echo "<td>" . $font["weights"] . "</td>";
echo "<td>";
echo "<code>";
echo htmlspecialchars('<link rel="stylesheet" href="' . rex_path::addonAssets("fonts", $font["name"] . "/" . $font["name"] . ".css") . '">');
echo htmlspecialchars('<link rel="stylesheet" href="<?= rex_url::addonAssets("fonts", "' . $font["name"] . '/' . $font["name"] . '.css") ?>">');
echo "</code>";
echo "</td>";
echo "</tr>";
Expand Down

0 comments on commit 3304e62

Please sign in to comment.