Don
31 أغسطس 2021، 3:42م
1
مرحبًا،
لست متأكدًا، لكن يبدو أن هذا الالتزام (commit) يكسر تنسيق HTML في مقتطفات المواضيع. على سبيل المثال، لا تظهر الرموز التعبيرية (الإيموجي) بل يظهر كود HTML الخاص بها فقط…
شكرًا لك!
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)
blake
(Blake Erickson)
31 أغسطس 2021، 6:19م
2
شكرًا لك على الإبلاغ عن هذا. سأقوم بالنظر في الأمر.
3 إعجابات