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 13 years ago
#106 closed bug (fixed)
Bug si code dans un commentaire jTpl
Reported by: | giviz | Owned by: | bballizlife |
---|---|---|---|
Priority: | low | Milestone: | jTpl 1.0 |
Component: | jTpl standalone | Version: | 1.0 beta1 |
Severity: | minor | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Documentation needed: | ||
Hosting Provider: | Php version: |
Description
Une grosse limitation dans jTpl empeiche de placer un commentaire comme celui-ci :
{* {if $a == "a"}aaa{/if} *}
Donc de placer un commentaire contenant un bloc de code.
Cela pause problème, car on est obligé de passer par un fichier temporaire (style mazone.zone.php.old) pour tester un bout de code sans supprimer l'ancien, au lieu de simplement le commenter comme on faisait avec Smarty.
Change History (3)
comment:1 Changed 14 years ago by laurentj
- Milestone set to Jelix 1.0
- Priority changed from lowest to low
comment:2 Changed 14 years ago by laurentj
- Component changed from jelix:tpl to jTpl standalone
- Milestone changed from Jelix 1.0 to Jtpl 1.0
- Owner set to bballizlife
comment:3 Changed 13 years ago by laurentj
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
corrigé dans le trunk.