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 14 years ago
Closed 14 years ago
#178 closed bug (fixed)
impossible de mettre un deux-points dans un parametre de modificateur de template
Reported by: | RaphaelW | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | Jelix 1.0beta3 |
Component: | jelix:tpl | Version: | 1.0 beta2 |
Severity: | normal | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Documentation needed: | ||
Hosting Provider: | Php version: |
Description
Pour tout les modificateurs de template qui prennent des paramètres, ceux ci ne peuvent contenir un deux-points.
Exemple : {$foo|cat:'ba:bar'} devrait concaténer $foo avec la chaine 'ba:bar' mais génère en fait une erreur :
[error 309] Dans le tag $foo|cat:'bar:bar' du template C:\wamp\www\jelix\monsite\modules/news/templates/news.tpl, le caractère ' n'est pas autorisé C:\wamp\www\jelix\lib\jelix\tpl\jTplCompiler.class.php 454
Change History (2)
comment:1 Changed 14 years ago by laurentj
- Milestone set to Jelix 1.0
comment:2 Changed 14 years ago by laurentj
- Milestone changed from Jelix 1.0 to Jelix 1.0beta3
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Le bug a été corrigé dans le trunk lors de la correction du ticket #129.