diff options
| author | luccioman <luccioman@users.noreply.github.com> | 2016-09-29 11:42:59 +0200 |
|---|---|---|
| committer | luccioman <luccioman@users.noreply.github.com> | 2016-09-29 11:42:59 +0200 |
| commit | cca4186044fcb34ffcccef4e67aba3a00b59fd30 (patch) | |
| tree | c353e542901a2a961ed81fefffb66fd8a85bb2d0 /htroot | |
| parent | dcdea2d02f815bcece1713cd2ef8c56c39f889db (diff) | |
Fixed HTML validation error : "Stray end tag div"
Diffstat (limited to 'htroot')
| -rw-r--r-- | htroot/Surftips.html | 4 | ||||
| -rw-r--r-- | htroot/env/templates/embeddedfooter.template | 1 | ||||
| -rw-r--r-- | htroot/env/templates/simplefooter.template | 1 |
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 |
