Fixed Unescaped phrases in bookmark_macros

Kirby

Well-known member
Affected version
2.1.0
Code:
data-sk-bookmarked="addClass:is-bookmarked, {$editText}"
data-sk-bookmarkremoved="removeClass:is-bookmarked, {$addText}"><xf:trim>

This code appears in macro link and button, but only link is affected as xf:button does handle escaping automatically.
 
Thank you for reporting this issue. It has now been resolved and we are aiming to include it in a future XF release (2.1.1).

Change log:
Escape some bookmark link related phrases.
Any changes made as a result of this issue being resolved may not be rolled out here until later.
 
Back
Top Bottom