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 12 years ago
Closed 12 years ago
#872 closed bug (fixed)
Meta html : use getType because htmlfragment should ignore meta instructions
Reported by: | bibo | Owned by: | bibo |
---|---|---|---|
Priority: | normal | Milestone: | Jelix 1.1.2 |
Component: | jelix:plugins:tpl | Version: | trunk |
Severity: | trivial | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Documentation needed: | no | |
Hosting Provider: | Php version: |
Description
r1308 added getFormatType = html to htmlfragment response. This revealed a bug in the meta tpl plugin.
It should use getType instead.
Attachments (1)
Change History (5)
Changed 12 years ago by bibo
comment:1 Changed 12 years ago by bibo
patch by brice tence a new jelix friend. thanks brice.
I think we should land on branch 1.1 also.
comment:2 Changed 12 years ago by bibo
- review set to review?
comment:3 Changed 12 years ago by laurentj
- Milestone changed from Jelix 1.2 to Jelix 1.1.2
- review changed from review? to review+
ok
comment:4 Changed 12 years ago by bibo
- Resolution set to fixed
- Status changed from new to closed
fixed with changeset r1342
Note: See
TracTickets for help on using
tickets.
use getType instead of getFormatType