Skip to content

Commit

Permalink
Update engine.go
Browse files Browse the repository at this point in the history
  • Loading branch information
maxence-charriere committed Oct 2, 2024
1 parent b242351 commit e0c3055
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/app/engine.go
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ func (e *engineX) Encode(w *bytes.Buffer, document HTMLHtml) error {
children = append(children, body.body()...)
body.setBody(children)

w.WriteString("<!DOCTYPE html>\n")
w.WriteString("<!doctype html>\n")
e.nodes.Encode(e.baseContext(), w, document)
return nil
}
Expand Down

0 comments on commit e0c3055

Please sign in to comment.