#1452 util.interpolation: No way to have raw value with fallback
Reporter
Zash
Owner
Zash
Created
Updated
Stars
★ (1)
Tags
Type-Enhancement
Status-Fixed
Priority-Medium
Milestone-0.11
Zash
on
It is currently not possible to have a template like
{html!?<p>{plain}}
Where the `html` value would be inserted raw but a `plain` value would
have the default escaping.
Zash
on
I think this can be added to the stable branch without breaking anything.
It is currently not possible to have a template like {html!?<p>{plain}} Where the `html` value would be inserted raw but a `plain` value would have the default escaping.
I think this can be added to the stable branch without breaking anything.
ChangesFixed in https://hg.prosody.im/trunk/rev/3852fc91b2fc
Changes