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 10 years ago
Last modified 9 years ago
#1323 confirmed bug
wr3_to_xhtml et %
Reported by: | hadrien | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | external libs | Version: | 1.2.2 |
Severity: | normal | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Documentation needed: | no | |
Hosting Provider: | Php version: |
Description
Prenons l'exemple suivant :
Je veux avoir en html :
<p>15 años: 50%<br /> 16 años: 53%<br /> 17 años: 56%<br /> 18 años: 59%<br /> 19 años: 62%<br /> 20 años: 65%<br /> 21 años: 68%</p>
Pour cela, je dois utiliser le code wiki suivant :
15 años: 50%%%% 16 años: 53%%%% 17 años: 56%%%% 18 años: 59%%%% 19 años: 62%%%% 20 años: 65%%%% 21 años: 68%
Ce qui donne finalement :
<p>15 años: 50<br /> %16 años: 53<br /> %17 años: 56<br /> %18 años: 59<br /> %19 años: 62<br /> %20 años: 65<br /> %21 años: 68%</p>
Il faut faire en sorte que seul les /%%%$/ soient remplacés par des <br />
Note: See
TracTickets for help on using
tickets.