Changeset 218 for trunk/grails-app/views/entryDetailed/create.gsp
- Timestamp:
- Dec 4, 2009, 3:13:43 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/entryDetailed/create.gsp
r191 r218 35 35 <td valign="top" class="name"> 36 36 <g:link controller="taskDetailed" action="show" id="${entryInstance.task.id}" > 37 ${entryInstance?.task }37 ${entryInstance?.task.encodeAsHTML()} 38 38 </g:link> 39 39 </td>
Note: See TracChangeset
for help on using the changeset viewer.