- From: CVS User ylafon <cvsmail@w3.org>
- Date: Mon, 06 Jan 2014 13:34:39 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2002/css-validator/org/w3c/css/css In directory roscoe:/tmp/cvs-serv18182 Modified Files: ucn.properties Log Message: added type to ucn output --- /sources/public/2002/css-validator/org/w3c/css/css/ucn.properties 2014/01/06 06:44:04 1.43 +++ /sources/public/2002/css-validator/org/w3c/css/css/ucn.properties 2014/01/06 13:34:38 1.44 @@ -54,6 +54,9 @@ $span_value #end </title> + <type> + $esc.xml($error_content.get("Type")) + </type> </message> #end @@ -63,6 +66,7 @@ <message type="warning" level="$warning.Level" #if ($warningSource != $file_title)ref="$esc.xml($warningSource)"#end> <context line="$!warning.Line" >#if ( $warning.Context ) $esc.xml($!warning.Context) #end</context> <title>$esc.xml($warning.WarningMessage)</title> + <type>$esc.xml($warning.Type)</type> </message> #end #end
Received on Monday, 6 January 2014 13:34:39 UTC