developer.jelix.org is not used any more and exists only for
history. Post new tickets on the Github account.
developer.jelix.org n'est plus utilisée, et existe uniquement pour son historique. Postez les nouveaux tickets sur le compte github.
developer.jelix.org n'est plus utilisée, et existe uniquement pour son historique. Postez les nouveaux tickets sur le compte github.
Opened 13 years ago
Closed 8 years ago
#593 closed bug (fixed)
web: bug in forums for preformated text (code)
Reported by: | maurice | Owned by: | laurentj |
---|---|---|---|
Priority: | low | Milestone: | |
Component: | web site: forum - do not use - | Version: | |
Severity: | minor | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Documentation needed: | no | |
Hosting Provider: | Php version: |
Description
There is a bug in the parser code for the forums that put back to left the first line of a preformated code (obtained by indenting text). Perhaps some "trimleft" all write space instead of justing deleting the first linefeed?
e.g the following expected lines:
line1 line2 line3
appear as if there were typed as:
line1 line2 line3
Change History (3)
comment:1 Changed 13 years ago by laurentj
- Status changed from new to assigned
- Version 1.0.3 deleted
comment:2 Changed 11 years ago by laurentj
- Component changed from web site to web site: forum
comment:3 Changed 8 years ago by laurentj
- Resolution set to fixed
- Status changed from assigned to closed
Note: See
TracTickets for help on using
tickets.
It seems this bug has been fixed...