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

index a751464..f1d32d3 100644 (file)
@@ -17,8 +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>';