Browse Source

Adding xhtml 1.0 strict doctype

tags/v3.0
CharlyCoste 14 years ago
parent
commit
23276de922
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      inc/templates/header.php

+ 2
- 0
inc/templates/header.php View File

@@ -1,3 +1,5 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html><head>
<title>ownCloud</title>
<link rel="stylesheet" type="text/css" href="/css/default.css" />

Loading…
Cancel
Save