phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] phpgwapi/templates/justweb/head.tpl, 1.9.2.1.2.3


From: nomail
Subject: [Phpgroupware-cvs] phpgwapi/templates/justweb/head.tpl, 1.9.2.1.2.3
Date: Sat, 6 Nov 2004 16:34:27 +0100

Update of /phpgwapi/templates/justweb
Modified Files:
        Branch: Version-0_9_16-branch
          head.tpl

date: 2004/11/06 15:34:27;  author: powerstat;  state: Exp;  lines: +13 -13

Log Message:
Bugfixes HTML; makes it a bit more W3C conform;
see patch  #3503
=====================================================================
Index: phpgwapi/templates/justweb/head.tpl
diff -u phpgwapi/templates/justweb/head.tpl:1.9.2.1.2.2 
phpgwapi/templates/justweb/head.tpl:1.9.2.1.2.3
--- phpgwapi/templates/justweb/head.tpl:1.9.2.1.2.2     Fri May 30 02:34:26 2003
+++ phpgwapi/templates/justweb/head.tpl Sat Nov  6 15:34:27 2004
@@ -1,17 +1,17 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<HTML>
-<HEAD>
-<META http-equiv="Content-Type" content="text/html; charset={charset}">
-<META name="AUTHOR" content="phpGroupWare http://www.phpgroupware.org";>
-<META NAME="description" CONTENT="phpGroupWare">
-<META NAME="keywords" CONTENT="phpGroupWare">
-<meta name="robots" content="none">
-<LINK REL="ICON" href="{img_icon}" type="image/x-ico">
-<LINK REL="SHORTCUT ICON" href="{img_shortcut}">
-<STYLE type="text/css">
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset={charset}" />
+<meta name="AUTHOR" content="phpGroupWare http://www.phpgroupware.org"; />
+<meta name="description" content="phpGroupWare" />
+<meta name="keywords" content="phpGroupWare" />
+<meta name="robots" content="none" />
+<link rel="ICON" href="{img_icon}" type="image/x-ico" />
+<link rel="SHORTCUT ICON" href="{img_shortcut}" />
+<style type="text/css">
 {css}
 {java_script}
-<TITLE>{website_title}</TITLE>
+<titke>{website_title}</title>
 
 <script type="text/javascript" language="javascript" 
src="{webserver_url}/phpgwapi/templates/justweb/navcond.js"></script>
 <script type="text/javascript" language="javascript">
@@ -68,5 +68,5 @@
 }
 </script>
 
-</HEAD>
-<BODY leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" 
onLoad="init();" {body_tags}>
+</head>
+<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" 
onLoad="init();" {body_tags}>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]