]> git.ipfire.org Git - ipfire.org.git/commitdiff
docs/watchlist: edited a <section>
authorRico Hoppe <rico.hoppe@ipfire.org>
Sun, 15 Oct 2023 14:29:46 +0000 (14:29 +0000)
committerRico Hoppe <rico.hoppe@ipfire.org>
Sun, 15 Oct 2023 14:29:46 +0000 (14:29 +0000)
src/templates/docs/watchlist.html

index 248fa9fe5c48b2d481f4c41c1dd7d466e01e827c..e4e50d2169170ade0fea3f807dffc345acb9ea33 100644 (file)
@@ -4,7 +4,7 @@
 
 {% block main %}
        <div class="container">
-               <div class="section">
+               <section class="section">
                        <h5 class="title is-5">{{ _("Your Watchlist") }}</h5>
 
                        {% if pages %}
@@ -14,6 +14,6 @@
                                        {{ _("You do not have any pages on your watchlist") }}
                                </div>
                        {% end %}
-               </div>
+               </section>
        </div>
 {% end block %}