examples/view/xtemplate.html
authorAlan Knowles <alan@akbkhome.com>
Sat, 7 Apr 2012 06:35:46 +0000 (14:35 +0800)
committerAlan Knowles <alan@akbkhome.com>
Sat, 7 Apr 2012 06:35:46 +0000 (14:35 +0800)
examples/view/xtemplate.html

index fd1f8e6..6a419b7 100644 (file)
@@ -17,7 +17,8 @@ Roo.onReady(function() {
                 '<li>{pa.format:("Y-m-d")}</li>' +
                 
                 '<tpl if="first_of_day * 1">'    
-                    '<li  class="change-log-day"><a name="changedate-{changedate.format:('Y-m-d')}">{changedate.format:('d / M / Y')}</a></li>' +
+                    '<li  class="change-log-day"><a
+                        name="changedate-{changedate.format:('Y-m-d')}">{changedate.format:('d / M / Y')}</a></li>' +
                 '</tpl>' 
                 '</tpl>';