[gtk] ci: Generate valid HTML for the report



commit b98c7214ef3dabf1751f0dda3113bbe8c9c2531f
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Sat Apr 13 14:28:53 2019 +0100

    ci: Generate valid HTML for the report
    
    Fix a typo in the closing <ul>, and add a missing closing <div>.

 .gitlab-ci/meson-html-report.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/.gitlab-ci/meson-html-report.py b/.gitlab-ci/meson-html-report.py
index a5d1d82409..dd750a775b 100755
--- a/.gitlab-ci/meson-html-report.py
+++ b/.gitlab-ci/meson-html-report.py
@@ -36,7 +36,7 @@ REPORT_TEMPLATE = '''
           <li><strong>Total units:</strong> {{ report.total_units }}</li>
           <li><strong>Passed:</strong> {{ report.total_successes }}</li>
           <li><strong>Failed:</strong> {{ report.total_failures }}</li>
-        </u>
+        </ul>
       </div>
     </section>
 
@@ -63,6 +63,7 @@ REPORT_TEMPLATE = '''
         </div>
             {% endif %}
         {% endfor %}
+      </div>
     </section>
     {% endfor %}
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]