Ignore:
Timestamp:
Dec 15, 2010, 1:20:43 PM (13 years ago)
Author:
robert@…
Message:

Fixed bug in importing templates without any fields and improved views (ticket #76)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/views/template/xml.gsp

    r1263 r1269  
    3535                                        <g:each in="${field.listEntries}" var="listEntry">
    3636                                          <listItem>
    37                                                   <g:if test="${listEntry}"><name>${listEntry.name?.encodeAsSimpleXML()}</name></g:if>
     37                                                  <name><g:if test="${listEntry}">${listEntry.name?.encodeAsSimpleXML()}</g:if></name>
    3838                                          </listItem>
    3939                                        </g:each>
Note: See TracChangeset for help on using the changeset viewer.