forked from tensorflow/tensorboard
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
vulc: fix mangled DOM due to a bug in the printer (tensorflow#3582)
The issue is better described in tensorflow#3557. Please refer to it. Our HTML module traversal relies on the document so we cannot create the document without nested document in one go. Instead, we do a post processing of the document to prune away all the document so the default jsoup's printer can print them without awkward <#root> elements.
- Loading branch information
1 parent
d135467
commit 4db0e43
Showing
1 changed file
with
109 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters