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

When generating xhtml, async attribute on script tags need a value (Origin: bugzilla #792211) #6308

Closed
doxygen opened this issue Jul 2, 2018 · 1 comment

Comments

@doxygen
Copy link
Owner

doxygen commented Jul 2, 2018

status ASSIGNED severity normal in component general for ---
Reported in version 1.8.15-GIT on platform Other
Assigned to: Dimitri van Heesch

On 2018-01-04 17:06:17 +0000, David Zemon wrote:

I can generate a working example if you need, but I bet this one is pretty
simple. With MathJax and XHTML turned on, invalid XHTML is generated. Here's
what is being generated:

<script type="text/javascript" async
src="../../../httpdocs/MathJax/MathJax.js"></script>

and here's what needs to be generated:

<script type="text/javascript" async="async"
src="../../../httpdocs/MathJax/MathJax.js"></script>

On 2018-04-02 16:06:21 +0000, albert wrote:

I've just pushed a proposed patch to github (pull request 692,
https://github.com/doxygen/doxygen/pull/692).

On 2018-04-22 12:30:13 +0000, albert wrote:

Code has been integrated in master on github.
@doxygen doxygen added the fixed but not released Bug is fixed in github, but still needs to make its way to an official release label Jul 18, 2018
@doxygen
Copy link
Owner Author

doxygen commented Dec 28, 2018

This issue was previously marked 'fixed but not released',
which means it should be fixed in doxygen version 1.8.15.
Please verify if this is indeed the case. Reopen the
issue if you think it is not fixed and please include any additional information
that you think can be relevant (preferably in the form of a self-contained example).

@doxygen doxygen removed the fixed but not released Bug is fixed in github, but still needs to make its way to an official release label Dec 28, 2018
@doxygen doxygen closed this as completed Dec 28, 2018
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

No branches or pull requests

1 participant