#12 Fix wiki table syntax
Merged 4 years ago by jskladan. Opened 4 years ago by adamwill.

@@ -1,6 +1,6 @@ 

  {% for category in event.categories %}

  === {{category.name}} ===

- {|

+ {| class="wikitable" width=100%

  ! User

  ! {{category.col_1_name or "Profile"}}

    {% for testcase in category.testcases %}

Per https://pagure.io/fedora-mediawikitheme/issue/7 tables
without any explicit class look bad and have done for a couple
of years. This was supposed to get fixed so tables would assume
the wikitable class if no other was specified, but that doesn't
seem to have happened, so let's fix it here.

Signed-off-by: Adam Williamson awilliam@redhat.com

Thanks Adam. Merged.
@frantisekz - could you build&deploy the updated version? Thanks!

Pull-Request has been merged by jskladan

4 years ago
Metadata