diff options
author | Sam Wenham <sam@wenhams.co.uk> | 2015-06-28 13:46:28 +0100 |
---|---|---|
committer | Sam Wenham <sam@wenhams.co.uk> | 2015-06-28 13:46:28 +0100 |
commit | 60303d041c07bfa23d61329b142e0da314713ef7 (patch) | |
tree | 00e97e23478757a2acc914a41c83cba2964583ad | |
parent | 5a911ecec72ee24708c70d29045b3e544f41b0d5 (diff) | |
download | troggle-60303d041c07bfa23d61329b142e0da314713ef7.tar.gz troggle-60303d041c07bfa23d61329b142e0da314713ef7.tar.bz2 troggle-60303d041c07bfa23d61329b142e0da314713ef7.zip |
Remove unnecessary escape slashes
-rw-r--r-- | templates/prospecting.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/prospecting.html b/templates/prospecting.html index a2ab512..53cfef9 100644 --- a/templates/prospecting.html +++ b/templates/prospecting.html @@ -6,8 +6,8 @@ <h1>Prospecting Guide</h1> <p><b>Notes:</b></p> -<ul><li>A marking status of \"Retag\" means a tag is in place but it carries a provisional number, or in some cases an incorrect number, and needs replacing with a new tag.</li> -<li>Kataster status codes indicate the size of a cave, its character and its exploration status, as described <a href=\"../katast.htm\">here</a>.</li> +<ul><li>A marking status of "Retag" means a tag is in place but it carries a provisional number, or in some cases an incorrect number, and needs replacing with a new tag.</li> +<li>Kataster status codes indicate the size of a cave, its character and its exploration status, as described <a href="../katast.htm">here</a>.</li> <li>For more info on each cave, see the links to detailed description pages.</li> </ul> |