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
To display the text centered, the second parameter is wrong. It should be
$footer->addPreserveText(htmlspecialchars('Page {PAGE} of {NUMPAGES}.'), null, array('align' => 'center'));
The text was updated successfully, but these errors were encountered:
#495.
f2cd42f
0198aec
a38ec77
Fixed in develop branch. Will be released in scope of v0.13.0.
develop
Thanks for the bug report.
Sorry, something went wrong.
75022c5
Merged #495.
e351717
No branches or pull requests
To display the text centered, the second parameter is wrong. It should be
$footer->addPreserveText(htmlspecialchars('Page {PAGE} of {NUMPAGES}.'), null, array('align' => 'center'));
The text was updated successfully, but these errors were encountered: