Skip to content

Commit

Permalink
Examples.md: fix html contents in the test example
Browse files Browse the repository at this point in the history
  • Loading branch information
niklak committed Jan 17, 2025
1 parent 18497f3 commit 1b1759b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -658,7 +658,6 @@ let contents: &str = r#"<!DOCTYPE html>
</head>
<body>
<div id="main"></div>
</div>
</body>
</html>"#;
let doc = Document::from(contents);
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -678,7 +678,6 @@ let contents: &str = r#"<!DOCTYPE html>
</head>
<body>
<div id="main"></div>
</div>
</body>
</html>"#;
let doc = Document::from(contents);
Expand Down

0 comments on commit 1b1759b

Please sign in to comment.