Skip to content

Commit

Permalink
More spec compliant HTML template (facebook#2914)
Browse files Browse the repository at this point in the history
Changed

`<!doctype html>`

to

`<!DOCTYPE html>`

According to the spec it should be uppercase (but parsing is case insensitive)
  • Loading branch information
Hurtak authored and Timer committed Sep 29, 2017
1 parent 062daa4 commit 0dba748
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/public/index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!doctype html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
Expand Down

0 comments on commit 0dba748

Please sign in to comment.