Improve handling of long IDs
Compare changes
+ 6
− 1
@@ -25,7 +25,12 @@ IMGS_AS_LIST = [IMG1, IMG2]
Aufgrund von sicherheitskritischen Patches müssen git.rwth-aachen.de & git-ce.rwth-aachen.de heute zwischen 12:00 und 13:00 Uhr einem Update unterzogen werden. In der Zeit ist GitLab nur eingeschränkt erreichbar.
//
Due to severe security patches git.rwth-aachen.de & git-ce.rwth-aachen.de must be upgraded. This will happen today from 12 to 13 a.m. GitLab will temporarilly unavailable.
plotID does not wrap long IDs itself. Since long IDs are only an issue for custom IDs and the position of line breaks is often crucial, line breaks can be easily added by the user inside the ID with "\n". This MR improves the handling of IDs which include line breaks.
Closes #25 (closed)