- From: Thomas Gambet via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 15 Sep 2009 12:35:22 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2006/unicorn/WebContent/WEB-INF/resources/templates
In directory hutz:/tmp/cvs-serv24567/WebContent/WEB-INF/resources/templates
Modified Files:
xhtml10.vm
Log Message:
fixed layout bug on ff3 and ie
Index: xhtml10.vm
===================================================================
RCS file: /sources/public/2006/unicorn/WebContent/WEB-INF/resources/templates/xhtml10.vm,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- xhtml10.vm 15 Sep 2009 11:44:41 -0000 1.13
+++ xhtml10.vm 15 Sep 2009 12:35:20 -0000 1.14
@@ -59,8 +59,8 @@
#if ($infoCount && $infoCount > 0)
<div class="section infos" id="${observationName}_info">
<h3 class="title">
- Infos ($infoCount)
<a class="smooth anchor" title="anchor to this uri" href="#${observationName}_info">[anchor]</a>
+ Infos ($infoCount)
</h3>
<div class="block result">
<table>
@@ -107,8 +107,8 @@
#if ($errorCount && $errorCount > 0)
<div class="section errors" id="${observationName}_error">
<h3 class="title">
- Errors ($errorCount)
<a class="smooth anchor" title="anchor to this uri" href="#${observationName}_error">[anchor]</a>
+ Errors ($errorCount)
</h3>
<div class="block result">
<table>
@@ -155,8 +155,8 @@
#if ($warningCount && $warningCount > 0)
<div class="section warnings" id="${observationName}_warning">
<h3 class="title">
- Warnings ($warningCount)
<a class="smooth anchor" title="anchor to this uri" href="#${observationName}_warning">[anchor]</a>
+ Warnings ($warningCount)
</h3>
<div class="block result">
<table>
Received on Tuesday, 15 September 2009 12:35:34 UTC