- Issue created by @facine
- Status changed to Needs review
over 1 year ago 9:42am 14 August 2023 - last update
over 1 year ago 1 fail The last submitted patch, 2: 3380978-2.patch, failed testing. View results β
- last update
over 1 year ago 6 pass - Status changed to Needs work
over 1 year ago 1:40pm 14 August 2023 - πΊπΈUnited States pianomansam
@facine I think adding this feature is great. As it is currently written, though, it looks like there's nothing that forces the content to use the same type of quote character; a double quote could be first and a single quote second.
- πΊπΈUnited States pianomansam
@facine can you also provide an example of how this affects you? The token replacement will also replace the double quotes, so it's unclear to me how this is an actual issue.
- Status changed to Needs review
over 1 year ago 9:03am 16 August 2023 - last update
over 1 year ago 6 pass - πͺπΈSpain facine
@pianomansam, I am attaching a new patch applying the suggested changes.
An example would be:
<a href="mailto:[current-user:mail|'email@example.com']">
- πΊπΈUnited States pianomansam
@facine, thanks for the updated patch. I'll review it.
Also, thanks for the scenario where this could be an issue. Is this particular one breaking something for you? Whether you use
<a href="mailto:[current-user:mail|'email@example.com']">
or<a href="mailto:[current-user:mail|"email@example.com"]">
, the result will be the same:<a href="mailto:email@example.com">
- πͺπΈSpain facine
I have issues with:
<a href="mailto:[current-user:mail|"email@example.com"]">
, this is the result:<a href="mailto:[current-user:mail|" email="">
because the double quote is closing the href attribute. - πΊπΈUnited States pianomansam
@facine Hmm, can you provide a bit more context? Is a text format involved? Any particular modules or contexts where this is happening?
- πͺπΈSpain facine
@pianomansam, using a full html text format and the token filter module.
- πΊπΈUnited States pianomansam
I was wondering if it was the token filter module. What's the order of filters? If the token filter first?
- Status changed to Postponed: needs info
over 1 year ago 11:05pm 21 August 2023