Commit a7fec1da6826bdc7ae536eb706dda9fc98bf067d

Authored by nbm
1 parent ed58e917

Remove Content-Type meta tag - already set in headers.


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@2972 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing 1 changed file with 0 additions and 1 deletions
presentation/login.php
... ... @@ -36,7 +36,6 @@ if ($loginAction == "loginForm") {
36 36 // TODO: build login form using PatternMainPage
37 37 print "<html>
38 38 <head>
39   - <META http-equiv=\"Content-Type\" content=\"text/html; charset=UTF8\">
40 39 <link rel=\"stylesheet\" href=\"$default->uiUrl/stylesheet.php\">
41 40 <link rel=\"SHORTCUT ICON\" href=\"$default->graphicsUrl/tree.ico\">
42 41 <title>The KnowledgeTree</title>
... ...