- From: Thomas Gambet via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 26 Aug 2009 07:57:06 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2006/unicorn/WebContent/WEB-INF/resources/templates In directory hutz:/tmp/cvs-serv1297/WebContent/WEB-INF/resources/templates Modified Files: Tag: dev2 xhtml10.vm Log Message: updated display of results Index: xhtml10.vm =================================================================== RCS file: /sources/public/2006/unicorn/WebContent/WEB-INF/resources/templates/Attic/xhtml10.vm,v retrieving revision 1.1.2.5 retrieving revision 1.1.2.6 diff -u -d -r1.1.2.5 -r1.1.2.6 --- xhtml10.vm 25 Aug 2009 14:50:14 -0000 1.1.2.5 +++ xhtml10.vm 26 Aug 2009 07:57:03 -0000 1.1.2.6 @@ -47,7 +47,7 @@ <td class="codeContext"> #if($info.Context) $info.Context #end </td> - <td class="parse-info"> + <td class="info"> #foreach($message in $info.Message) <span class="msg">$message</span> #end @@ -88,7 +88,7 @@ <td class="codeContext"> #if($error.Context) $error.Context #end </td> - <td class="parse-error"> + <td class="error"> #foreach($message in $error.Message) <span class="msg">$message</span> #end @@ -129,7 +129,7 @@ <td class="codeContext"> #if($warning.Context) $warning.Context #end </td> - <td class="parse-warning"> + <td class="warning"> #foreach($message in $warning.Message) <span class="msg">$message</span> #end
Received on Wednesday, 26 August 2009 07:57:14 UTC