Skip to content

Commit

Permalink
fix: rich text need DOCTYPE
Browse files Browse the repository at this point in the history
  • Loading branch information
krissss committed Feb 27, 2024
1 parent cf5713b commit 84ba4d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/view/_amis-basic.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

$debug = $assets['debug'] ?? false;
?>
<!DOCTYPE html>
<html lang="<?= $assets['lang'] ?? 'zh' ?>">
<head>
<meta charset="UTF-8"/>
Expand Down

0 comments on commit 84ba4d6

Please sign in to comment.