aboutsummaryrefslogtreecommitdiffstats
path: root/english/index.wml
diff options
context:
space:
mode:
authorHans Fredrik Nordhaug <hansfn-guest>2021-01-03 17:36:28 +0100
committerHans Fredrik Nordhaug <hansfn-guest>2021-01-03 17:37:35 +0100
commita1791489e5fce55ee8dd7337fc55ecf2333af88d (patch)
tree3b195abee08d297e51a69d34d92f75b55cc6be30 /english/index.wml
parent322d447c58933a1b047853832ee48795d39d93fe (diff)
Fix invalid HTML on index page.
The error is: End tag for element "P" which is not open. This is caused by get_top_news() returning div elements which aren't allowed inside p elements.
Diffstat (limited to 'english/index.wml')
-rw-r--r--english/index.wml2
1 files changed, 1 insertions, 1 deletions
diff --git a/english/index.wml b/english/index.wml
index c610698e19a..8cba9cfbbd3 100644
--- a/english/index.wml
+++ b/english/index.wml
@@ -115,7 +115,7 @@
<h2>News and Announcements about Debian</h2>
</div>
- <p><:= get_top_news() :></p>
+ <:= get_top_news() :>
<!-- No more News entries behind this line! -->
<div class="project-news">

© 2014-2024 Faster IT GmbH | imprint | privacy policy