We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version:
Description of the bug and steps to reproduce:
create a new campaign with the following HTML content: test http://example.net here<a href="https://example.net/@TrackLink">Testing</a>
test http://example.net here<a href="https://example.net/@TrackLink">Testing</a>
click preview
Error message: "error compiling template: error compiling message: template: content:1: unexpected "https" in operand"
This happens when
Workarounds therefore seem to be either adding a newline or using single quotes.
The text was updated successfully, but these errors were encountered:
Hi @iso. A fix for this is in the works here: #2355
Sorry, something went wrong.
No branches or pull requests
Version:
Description of the bug and steps to reproduce:
create a new campaign with the following HTML content:
test http://example.net here<a href="https://example.net/@TrackLink">Testing</a>
click preview
Error message: "error compiling template: error compiling message: template: content:1: unexpected "https" in operand"
This happens when
Workarounds therefore seem to be either adding a newline or using single quotes.
The text was updated successfully, but these errors were encountered: