Changeset 313 for trunk/grails-app/views/layouts
- Timestamp:
- Feb 3, 2010, 1:40:06 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/layouts/main.gsp
r312 r313 16 16 17 17 <!-- Added g:pageProperty so that onload in each page works --> 18 <body onload=" <g:pageProperty name='body.onload'/>">18 <body onload="${pageProperty(name: 'body.onload')}"> 19 19 <div id="wrapper" style="height: 100%;"> 20 20 <div id="top">
Note: See TracChangeset
for help on using the changeset viewer.