mirror of
https://github.com/Kozea/Radicale.git
synced 2025-06-26 16:45:52 +00:00
Indent html with two spaces
This commit is contained in:
parent
5a94d0b8bf
commit
61b660405b
2 changed files with 3 additions and 3 deletions
|
@ -7,6 +7,6 @@
|
||||||
<title>Redirect</title>
|
<title>Redirect</title>
|
||||||
<p>Please follow <a href="{target}" id="link">this link</a>.</p>
|
<p>Please follow <a href="{target}" id="link">this link</a>.</p>
|
||||||
<script>
|
<script>
|
||||||
link.href += (window.location.search || "") + (window.location.hash || "");
|
link.href += (window.location.search || "") + (window.location.hash || "");
|
||||||
window.location.replace(link.href);
|
window.location.replace(link.href);
|
||||||
</script>
|
</script>
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<meta name="generator" content="pandoc">
|
<meta name="generator" content="pandoc">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<style>
|
<style>
|
||||||
$styles.html()$
|
$styles.html()$
|
||||||
</style>
|
</style>
|
||||||
$if(math)$
|
$if(math)$
|
||||||
$math$
|
$math$
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue