Browse Source

use lowercase doctype in templates

pull/40/head
Michael Save 12 years ago
parent
commit
b891a3f230
  1. 2
      templates/index.html
  2. 2
      templates/page.html
  3. 2
      templates/thread.html

2
templates/index.html

@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html>
<head>
<link rel="stylesheet" media="screen" href="{{ config.url_stylesheet }}" />

2
templates/page.html

@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html>
<head>
<link rel="stylesheet" media="screen" href="{{ config.url_stylesheet }}" />

2
templates/thread.html

@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html>
<head>
<link rel="stylesheet" media="screen" href="{{ config.url_stylesheet }}" />

Loading…
Cancel
Save