- From: Mercurial notifier <nobody@w3.org>
- Date: Mon, 02 Aug 2010 17:49:19 +0000
- To: Unicorn Updates <www-validator-cvs@w3.org>
changeset: 1419:4632cd690114 tag: tip user: Thomas Gambet <tgambet@w3.org> date: Mon Aug 02 13:48:52 2010 -0400 files: WebContent/WEB-INF/resources/templates/xml.vm description: ~ fixed: description element not mandatory diff -r 6557c5d66152 -r 4632cd690114 WebContent/WEB-INF/resources/templates/xml.vm --- a/WebContent/WEB-INF/resources/templates/xml.vm Mon Aug 02 13:48:28 2010 -0400 +++ b/WebContent/WEB-INF/resources/templates/xml.vm Mon Aug 02 13:48:52 2010 -0400 @@ -34,7 +34,9 @@ </context> #end <title>$message.getTitle()</title> + #if($message.getDescription()) <description>$message.getDescription()</description> + #end </message> #end
Received on Monday, 2 August 2010 17:49:21 UTC