mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-29 07:03:29 +00:00
typo fix
Co-authored-by: Karl Seguin <karlseguin@users.noreply.github.com>
This commit is contained in:
@@ -92,7 +92,7 @@ pub fn writeNode(node: *parser.Node, opts: Opts, writer: anytype) anyerror!void
|
||||
// void elements can't have any content.
|
||||
if (try isVoid(parser.nodeToElement(node))) return;
|
||||
|
||||
// If we wrote the <header> and we want to include a <base>, add it
|
||||
// If we wrote the <head> and we want to include a <base>, add it
|
||||
// now.
|
||||
if (opts.include_base != null and tag_type == .head) {
|
||||
try writer.writeAll("<base href=\"");
|
||||
|
||||
Reference in New Issue
Block a user