[jdk16] Integrated: JDK-8258916: javac/doclint reports broken HTML on multiline mailto links
Jonathan Gibbons
jjg at openjdk.java.net
Thu Dec 24 04:55:59 UTC 2020
On Thu, 24 Dec 2020 02:04:06 GMT, Jonathan Gibbons <jjg at openjdk.org> wrote:
> Please review a trivial fix to correctly handle '@' inside the value of an HTML attribute.
> The fix is simply to cancel the `newline` flag that is set when a newline has been read.
This pull request has now been integrated.
Changeset: c398a828
Author: Jonathan Gibbons <jjg at openjdk.org>
URL: https://git.openjdk.java.net/jdk16/commit/c398a828
Stats: 8 lines in 2 files changed: 7 ins; 0 del; 1 mod
8258916: javac/doclint reports broken HTML on multiline mailto links
Reviewed-by: jlaskey, iris
-------------
PR: https://git.openjdk.java.net/jdk16/pull/68
More information about the compiler-dev
mailing list