Skip to content

Commit

Permalink
fix: removed extra doctype declaration
Browse files Browse the repository at this point in the history
Fixes #154.
  • Loading branch information
arctic-hen7 committed Jun 23, 2022
1 parent 14f415a commit 7e7b2c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/perseus/src/init.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ use sycamore::{
};

/// The default index view, because some simple apps won't need anything fancy here. The user should be able to provide the smallest possible amount of information for their app to work.
static DFLT_INDEX_VIEW: &str = r#"<!DOCTYPE html>
static DFLT_INDEX_VIEW: &str = r#"
<html>
<head>
<meta charset="UTF-8" />
Expand Down

0 comments on commit 7e7b2c4

Please sign in to comment.