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
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. index.html size difference: ``` 555323 before 554749 after ```
- Loading branch information
1 parent
79182fa
commit 1a426c1
Showing
1 changed file
with
52 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