Quote image tag #641
Reference in New Issue
Block a user
No description provided.
Delete Branch "refs/pull/641/head"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
fix #631
@pat-s It seems
quote
was not the right method to use here. There is atoString
that work like you expected. I leave it up to you to merge, after you had the change to review my changes.Ah, nice! I was wondering a bit when I tried it, but had no time to dig deeper...
I've got to check what
quote
is actually doing then and in which situations it should be used. (looks like it really "only" quotes the value but doesn't do a type change - which seems required here?)