richard: server/kolab-webadmin/kolab-webadmin/php/admin/templates page.tpl.in, 1.1, 1.2

cvs at intevation.de cvs at intevation.de
Sat Feb 4 21:59:15 CET 2006


Author: richard

Update of /kolabrepository/server/kolab-webadmin/kolab-webadmin/php/admin/templates
In directory doto:/tmp/cvs-serv25072

Modified Files:
	page.tpl.in 
Log Message:
Add missing style attribute.  Without the w3c XHTML and CSS logos are
shown (from the comment at the bottom of the page).



Index: page.tpl.in
===================================================================
RCS file: /kolabrepository/server/kolab-webadmin/kolab-webadmin/php/admin/templates/page.tpl.in,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- page.tpl.in	30 Dec 2005 11:07:17 -0000	1.1
+++ page.tpl.in	4 Feb 2006 20:59:13 -0000	1.2
@@ -14,7 +14,7 @@
 <meta http-equiv="Content-Language" content="{$currentlang}" /> 
 <meta name="description" content="Kolab Administration Webintefrace" />
 <meta name="keywords" content="Linux, Unix, Groupware, Email, Calendar" />
-<link rel="stylesheet" href="{$stylesheet|default:"$topdir/style.css"}" />
+<link rel="stylesheet" type="text/css" href="{$stylesheet|default:"$topdir/style.css"}" />
 
 <script type="text/javascript">
 <!--





More information about the commits mailing list