diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/dataformat/cave.xml | 2 | ||||
-rw-r--r-- | templates/dataformat/entrance.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/dataformat/cave.xml b/templates/dataformat/cave.xml index 022e50e..dc66f14 100644 --- a/templates/dataformat/cave.xml +++ b/templates/dataformat/cave.xml @@ -12,7 +12,7 @@ though, you do not need to do a data import as it happens automatically --> <body> <b>This file is generated by troggle</b> on {{date}} UTC using the form documented at the form documented at -<a ="/handbook/survey/caveentry.html">handbook/survey/caveentry.html</a> +<a href="/handbook/survey/caveentry.html">handbook/survey/caveentry.html</a> <br> <cave> diff --git a/templates/dataformat/entrance.xml b/templates/dataformat/entrance.xml index 3f0bc3e..0a145d7 100644 --- a/templates/dataformat/entrance.xml +++ b/templates/dataformat/entrance.xml @@ -15,7 +15,7 @@ though, you do not need to do a data import as it happens automatically --> </head> <body> <b>This file is generated by troggle</b> on {{date}} UTC using the form documented at -<a ="/handbook/survey/ententry.html">handbook/survey/ententry.html</a> +<a href="/handbook/survey/ententry.html">handbook/survey/ententry.html</a> <br> <entrance> <non_public>{{ entrance.non_public }}</non_public> |