- From: Philippe Le Hegaret via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 06 Jul 2006 16:23:36 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/test-suite
In directory hutz:/tmp/cvs-serv25301/test-suite
Modified Files:
assertions-report.xsl
Log Message:
Added utf-8 metainfo
Index: assertions-report.xsl
===================================================================
RCS file: /sources/public/2002/ws/desc/test-suite/assertions-report.xsl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C 2 -d -r1.2 -r1.3
*** assertions-report.xsl 6 Jul 2006 13:08:32 -0000 1.2
--- assertions-report.xsl 6 Jul 2006 16:23:34 -0000 1.3
***************
*** 13,16 ****
--- 13,17 ----
<xsl:variable name='ViolatesAssertions'
select='/ViolatesAssertions' />
+
<html lang='en-us'>
<head>
***************
*** 18,21 ****
--- 19,23 ----
<link rel="stylesheet" type="text/css"
href="http://www.w3.org/StyleSheets/TR/base.css" />
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style type='text/css'>
th, td { border: 1px solid black; padding: 0.5ex }
Received on Thursday, 6 July 2006 16:23:55 UTC