Changeset 1419:4632cd690114

Show
Ignore:
Timestamp:
08/02/10 17:48:52 (3 years ago)
Author:
Thomas Gambet <tgambet@…>
Branch:
default
Message:

~ fixed: description element not mandatory

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • WebContent/WEB-INF/resources/templates/xml.vm

    r920 r1419  
    3535                #end 
    3636                <title>$message.getTitle()</title> 
     37                #if($message.getDescription()) 
    3738                <description>$message.getDescription()</description> 
     39                #end 
    3840        </message> 
    3941#end