Skip to content
New issue

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

Fix "Undefined array key" PHP warning with interwiki links #477

Merged
merged 1 commit into from
Feb 28, 2023
Merged

Fix "Undefined array key" PHP warning with interwiki links #477

merged 1 commit into from
Feb 28, 2023

Conversation

eduardomozart
Copy link
Contributor

This fixes #474 that was happening when mPDF was attempting to parse interwiki link "img" tags. The "vertical-align" property should use "middle" instead of "center", as "center" didn't exist as a value for this CSS property.

This fixes #474 that was happening when mPDF was attempting to parse interwiki link "img" tags. The "vertical-align" property should use "middle" instead of "center", as "center" didn't exist as a value for this CSS property.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

"Undefined array key" error message when exporting page with interwiki links
2 participants