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
This is:
$myString = "Test-X \n Test-Y" `Test-X' 'Test-Y'
$myString = "Test-X \n Test-Y" `Test-XTest-Y'
When I use the template processor, I can't insert a new line with a string.
Please provide a code sample that reproduces the issue.
<?php $templateProcessor->setValue('txt_agent_detail_evalB#'.$i.'', "test1 \n test2"); ?>
The text was updated successfully, but these errors were encountered:
please check #838
Sorry, something went wrong.
< w : b r / >\n and </w:t><w:br/><w:t> don't work. the problem is the same.
< w : b r / >\n
</w:t><w:br/><w:t>
me too,if not use template < w : b r / >\n and </w:t><w:br/><w:t> can work well.
No branches or pull requests
This is:
Expected Behavior
$myString = "Test-X \n Test-Y"
`Test-X'
'Test-Y'
Current Behavior
$myString = "Test-X \n Test-Y"
`Test-XTest-Y'
Failure Information
When I use the template processor, I can't insert a new line with a string.
How to Reproduce
Please provide a code sample that reproduces the issue.
Context
The text was updated successfully, but these errors were encountered: