Skip to content

Commit

Permalink
code style
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Jan 2, 2022
1 parent b853e38 commit 7f70c14
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<body>
<release version="2.57.0" date="Januar xx, 2022" description="Bugfixes">
<action type="fix" dev="rbri">
innerText ignores script children.
innerText ignores script children.
</action>
<action type="fix" dev="rbri">
Script tags in DOMParser-created documents are not executed when adding to pages.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ public class HtmlSerializerInnerOuterText {
public HtmlSerializerInnerOuterText(final BrowserVersion browserVersion) {
super();
browserVersion_ = browserVersion;

}

/**
Expand Down

0 comments on commit 7f70c14

Please sign in to comment.