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