Ignore:
Timestamp:
Mar 3, 2011, 2:52:08 PM (13 years ago)
Author:
gav
Message:

Fix early closed table row on clickableOdd/clickableEven list tables.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/views/person/list.gsp

    r498 r836  
    8282                <tbody>
    8383                <g:each in="${personList}" status="i" var="person">
    84                     <tr class="${(i % 2) == 0 ? 'clickableOdd' : 'clickableEven'}"/>
     84                    <tr class="${(i % 2) == 0 ? 'clickableOdd' : 'clickableEven'}">
    8585
    8686                        <td onclick='window.location = "${request.getContextPath()}/person/show/${person.id}"'>
Note: See TracChangeset for help on using the changeset viewer.