Closed t-wissmann closed 7 months ago
Many thanks for the detailed bug report, it really makes a difference when trying to reproduce and fix the bugs :)
We have fixed the issue, the full change log for v1.0.42.3 is available here: https://github.com/CCSDForge/episciences/blob/main/CHANGELOG.md#v10423---2024-03-20
Thanks!
Describe the bug In the abstracts of the papers listed in the volume browser and in
/browse/latest
, spaces are missing in some (very few) occassions.This issue appears on any of these URLs:
The spaces are omitted very rarely, but it seems to be deterministic. If a paper is both in
/browse/latest
and volume 925, the mistakes are consistent. E.g. search forwithnameless
in volume 925.This mistake is in the HTML code sent by the server:
(The snipped also contains further missing spaces:
Fiore,Plotkin
andWealso
)The issue only persists in this paper list, because the abstract on the correspondings paper's page id:13161 contains the space as expected, i.e. prints
with nameless
.To Reproduce
On the pre-production server, run e.g.
$ wget -q -O - https://epijinfo.episciences.org/697 |grep -E 'quotients[ ]*coalg' | head -n 1