-
Notifications
You must be signed in to change notification settings - Fork 26
Fixes CSS basic import style when "css_usage" is enabled #308
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
base: master
Are you sure you want to change the base?
Conversation
Hi @eduardomozart, |
The last commits from @lpaulsen93 on GitHub are dated from 2021, so I believe he isn't active on GitHub anymore. I try to contribute with DokuWiki and plug-in source code as much as I can because I use DokuWiki on a daily base since 2014 and I really appreciate the work that Andreas Gohr and others are making on it and I'm glad that I can make part of it. Since commit #296, the ODT plugin is pretty stable on PHP 8. There isn't errors anymore, and my commits since then only fixes Warnings that are visible only for users with |
The template selected in "css_template" dropdown wasn't being respected because there was code changes on "cssStyleini" function on DokuWiki core.
When selecting a template and import CSS style is off, it was still applying it on ODT document after lpaulsen93@2abcfec commit.
This reverts commit a1fef09.
Will be merged on another PR
No description provided.