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 13 years ago
#557 closed bug (fixed)
Caractères échapés dans firebug
Reported by: | Lipki | Owned by: | Lipki |
---|---|---|---|
Priority: | lowest | Milestone: | Jelix 1.0.4 |
Component: | jelix:core response | Version: | 1.0.3 |
Severity: | trivial | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Documentation needed: | no | |
Hosting Provider: | Php version: |
Description
lorsque l'on envoie des logs dans firebug, tous les guillemets sont échappés dans la console firebug.
Ce patch corrige cette "oubli".
Attachments (1)
Change History (7)
Changed 13 years ago by Lipki
comment:1 Changed 13 years ago by Lipki
- Owner changed from laurentj to Lipki
- Status changed from new to assigned
comment:2 Changed 13 years ago by laurentj
- review changed from review? to review-
comment:3 Changed 13 years ago by Lipki
Je viens de tester de cette manière
jLog::Dump('hop " \ \' \\ é \\\ '."\r".'hop');
et j'obtiens bien
log default: 'hop " \ ' \ é \\ hop'
Ce qui est le comportement normal.
comment:4 Changed 13 years ago by Lipki
- review changed from review- to review?
comment:5 Changed 13 years ago by laurentj
- Milestone set to Jelix 1.0.4
- review changed from review? to review+
à commiter dans la branche 1.0.x et le trunk.
comment:6 Changed 13 years ago by Lipki
- Resolution set to fixed
- Status changed from assigned to closed
commited
Note: See
TracTickets for help on using
tickets.
Ton patch annule la correction apportée dans le ticket #362, donc ça ne va pas du tout...