Don
31 Agosto 2021, 3:42pm
1
Ciao,
Non sono sicuro, ma sembra che questo commit abbia rotto l’HTML negli estratti degli argomenti. Ad esempio, gli emoji non appaiono, ma solo il loro codice HTML…
Grazie!
committed 05:51AM - 31 Aug 21 UTC
* DEV: Use named parameters for dir-span helper
Follow up to: e50a5c0c73d8f98… 3286b50ac45e10ce52924269e
In order to improve code clarity this change introduces named parameters
for the dir-span helper. This is specifically for the new `htmlSafe`
parameter which you can use instead of just passing in a boolean if the
strings you are passing in have already been escaped.
Before: `{{dir-span category.description false}}`
After: `{{dir-span category.description htmlSafe=true}}`
* Set default value for params arg
2 Mi Piace
blake
(Blake Erickson)
31 Agosto 2021, 6:19pm
2
Grazie per aver segnalato questo problema. Me ne occuperò.
3 Mi Piace