summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorluccioman <luccioman@users.noreply.github.com>2016-09-29 11:42:59 +0200
committerluccioman <luccioman@users.noreply.github.com>2016-09-29 11:42:59 +0200
commitcca4186044fcb34ffcccef4e67aba3a00b59fd30 (patch)
treec353e542901a2a961ed81fefffb66fd8a85bb2d0
parentdcdea2d02f815bcece1713cd2ef8c56c39f889db (diff)
Fixed HTML validation error : "Stray end tag div"
-rw-r--r--htroot/Surftips.html4
-rw-r--r--htroot/env/templates/embeddedfooter.template1
-rw-r--r--htroot/env/templates/simplefooter.template1
3 files changed, 0 insertions, 6 deletions
diff --git a/htroot/Surftips.html b/htroot/Surftips.html
index 0d4470bfa..4075cab43 100644
--- a/htroot/Surftips.html
+++ b/htroot/Surftips.html
@@ -69,10 +69,6 @@
</script>
#(/surftips)#
- #(display)#
- #%env/templates/simplefooter.template%#
- ::
#%env/templates/footer.template%#
- #(/display)#
</body>
</html>
diff --git a/htroot/env/templates/embeddedfooter.template b/htroot/env/templates/embeddedfooter.template
index df2db797f..b0f2d2fa7 100644
--- a/htroot/env/templates/embeddedfooter.template
+++ b/htroot/env/templates/embeddedfooter.template
@@ -1,3 +1,2 @@
- </div>
</div>
</div>
diff --git a/htroot/env/templates/simplefooter.template b/htroot/env/templates/simplefooter.template
index a1a884661..4afe72c7f 100644
--- a/htroot/env/templates/simplefooter.template
+++ b/htroot/env/templates/simplefooter.template
@@ -1,3 +1,2 @@
- </div>
</div>
</div> \ No newline at end of file