Skip to content

Commit

Permalink
fixed formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jaytaph committed Oct 10, 2023
1 parent 785dbda commit 68f1387
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/html5_parser/node.rs
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,6 @@ pub static FORMATTING_HTML_ELEMENTS: [&str; 14] = [
"a", "b", "big", "code", "em", "font", "i", "nobr", "s", "small", "strike", "strong", "tt", "u",
];


/// The HTML elements that are considered special elements
pub static SPECIAL_HTML_ELEMENTS: [&str; 83] = [
"address",
Expand Down

0 comments on commit 68f1387

Please sign in to comment.