diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2022-10-01 17:46:13 -0700 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2022-10-01 17:46:13 -0700 |
| commit | dd07d8002fb01b7e4c4987dc78ff74b886fb4539 (patch) | |
| tree | 91ef95582f70ee265a62d31c1eeebec6c68e3c9b /test/tables | |
| parent | 89e7e9b636d2364ef766b97c533dc3f685a794d6 (diff) | |
JATS writer: use `<break/>` for LineBreak...
in the limited contexts that accept it.
Closes #8344.
Diffstat (limited to 'test/tables')
| -rw-r--r-- | test/tables/nordics.jats_archiving | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/test/tables/nordics.jats_archiving b/test/tables/nordics.jats_archiving index 5ac78bacd..29bf2e837 100644 --- a/test/tables/nordics.jats_archiving +++ b/test/tables/nordics.jats_archiving @@ -13,10 +13,8 @@ <tr> <th align="center">Name</th> <th align="center">Capital</th> - <th align="center">Population - (in 2018)</th> - <th align="center">Area - (in km<sup>2</sup>)</th> + <th align="center">Population<break/>(in 2018)</th> + <th align="center">Area<break/>(in km<sup>2</sup>)</th> </tr> </thead> <tfoot> |
