You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pdfbox.apache.org by GitBox <gi...@apache.org> on 2023/01/09 11:07:02 UTC

[GitHub] [pdfbox] guillaume-alvarez opened a new pull request, #148: Fix meta markup in HTML generation

guillaume-alvarez opened a new pull request, #148:
URL: https://github.com/apache/pdfbox/pull/148

   The current code generate incorrect HTML, a double-quote is never closed in
   ```
   <meta http-equiv="Content-Type" content="text/html; charset="UTF-8">
   ```
   The meta.content attribute does not need internal double-quotes so I removed it.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@pdfbox.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@pdfbox.apache.org
For additional commands, e-mail: dev-help@pdfbox.apache.org


[GitHub] [pdfbox] asfgit closed pull request #148: Fix meta markup in HTML generation

Posted by GitBox <gi...@apache.org>.
asfgit closed pull request #148: Fix meta markup in HTML generation
URL: https://github.com/apache/pdfbox/pull/148


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@pdfbox.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@pdfbox.apache.org
For additional commands, e-mail: dev-help@pdfbox.apache.org