Skip to content

use `XMLSerializer` for `toMastoApiHtml` - fixes #556

dakkar requested to merge feature/556-fix-mastoapi-serialisation into develop

What does this PR do?

use XMLSerializer for toMastoApiHtml, same as upstream's toHtml.

the inline bit is not pretty, but does the job (we pass a true value for inline when rendering fields in a user's profile)

Contribution Guidelines By submitting this merge request, you agree to follow our Contribution Guidelines

  • I agree to follow this project's Contribution Guidelines
  • I have made sure to test this pull request

Merge request reports