diff options
Diffstat (limited to 'test/tables/students.html5')
| -rw-r--r-- | test/tables/students.html5 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/tables/students.html5 b/test/tables/students.html5 index af9e088fb..a7e0127c8 100644 --- a/test/tables/students.html5 +++ b/test/tables/students.html5 @@ -12,7 +12,7 @@ </thead> <tbody class="souvereign-states"> <tr class="odd"> -<th style="text-align: left;" colspan="2">Computer Science</th> +<th colspan="2" style="text-align: left;">Computer Science</th> </tr> <tr class="odd"> @@ -30,7 +30,7 @@ </tbody> <tbody> <tr class="odd"> -<th style="text-align: left;" colspan="2">Russian Literature</th> +<th colspan="2" style="text-align: left;">Russian Literature</th> </tr> <tr class="odd"> @@ -40,7 +40,7 @@ </tbody> <tbody> <tr class="odd"> -<th style="text-align: left;" colspan="2">Astrophysics</th> +<th colspan="2" style="text-align: left;">Astrophysics</th> </tr> <tr class="odd"> |
