You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
is a function, when it is called any parameterized change to current-unescaped-tags is completely ignored or must be set at a much more global level, which is undesirable.
When run, the above will fail because it will convert the < to < when that isn't the intention. I'd recommend changing the output function to first capture - and then reuse - the value:
Because
web-server/web-server-lib/web-server/http/xexpr.rkt
Line 30 in 8d9c0f7
current-unescaped-tags
is completely ignored or must be set at a much more global level, which is undesirable.Example:
When run, the above will fail because it will convert the
<
to<
when that isn't the intention. I'd recommend changing the output function to first capture - and then reuse - the value:But there may be something a bit lower level that could work as well.
The text was updated successfully, but these errors were encountered: