1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-08-01 18:18:31 +00:00

Indent html with two spaces

This commit is contained in:
Unrud 2022-04-24 19:14:27 +02:00
parent 5a94d0b8bf
commit 61b660405b
2 changed files with 3 additions and 3 deletions

View file

@ -7,6 +7,6 @@
<title>Redirect</title>
<p>Please follow <a href="{target}" id="link">this link</a>.</p>
<script>
link.href += (window.location.search || "") + (window.location.hash || "");
window.location.replace(link.href);
link.href += (window.location.search || "") + (window.location.hash || "");
window.location.replace(link.href);
</script>