-
Bug
-
Resolution: Fixed
-
Major
If you give a project the display name Crazy <ha ha>, it is displayed as Crazy <;ha ha> (note the extra semicolon). This is because escape produces
Crazy <ha ha>
and then breakableString produces
Crazy <wbr><<wbr>;ha ha>
which is of course wrong.
- is blocking
-
JENKINS-17030 Display long job names without breaking Jenkins layout
- Resolved