Commit c0035837 authored by Petr Huřťák's avatar Petr Huřťák Committed by Joe Haddad
Browse files

More spec compliant HTML template (#2914)

Changed

`<!doctype html>`

to

`<!DOCTYPE html>`

According to the spec it should be uppercase (but parsing is case insensitive)
parent 8c8bbca7
Showing with 1 addition and 1 deletion
+1 -1
<!doctype html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment