-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
HTML writer <meta> generator #312
Comments
Sounds like a good idea, according to spec. I'd accept a PR for that. It should not include the version (too hard to get it right for little benefits), but it should contains either the project name, the package name or the URL. I am not sure which would make more sense...
? |
I'd vote for the second, although the first one meight already be unique enough. I just like the |
OK for me |
cwild
added a commit
to cwild/PhpSpreadsheet
that referenced
this issue
Feb 7, 2018
5 tasks
Dfred
pushed a commit
to Dfred/PhpSpreadsheet
that referenced
this issue
Nov 20, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is:
What is the expected behavior?
The produced HTML includes a PhpSpreadsheet as a generator.
What is the current behavior?
It's only included as a HTML comment.
PhpSpreadsheet/src/PhpSpreadsheet/Writer/Html.php
Line 355 in 4f1fae5
The text was updated successfully, but these errors were encountered: