[freeside-commits] branch master updated. 2c54d21c2d415f8d6db520de694e5ac7be3a8c8f

Ivan ivan at 420.am
Sun Sep 25 11:13:10 PDT 2016


The branch, master has been updated
       via  2c54d21c2d415f8d6db520de694e5ac7be3a8c8f (commit)
      from  dd21870b44d5557e9bff786c0476012c151f035a (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 2c54d21c2d415f8d6db520de694e5ac7be3a8c8f
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Sun Sep 25 11:13:09 2016 -0700

    mason-style includes

diff --git a/httemplate/elements/tr-fixed.html b/httemplate/elements/tr-fixed.html
index dad8da0..3e115d6 100644
--- a/httemplate/elements/tr-fixed.html
+++ b/httemplate/elements/tr-fixed.html
@@ -1,10 +1,10 @@
-<% include('tr-td-label.html', @_ ) %>
+<& tr-td-label.html, @_ &>
 
   <TD <% $style %> <% $colspan %>><% $value %></TD>
 
 </TR>
 
-<% include('hidden.html', %opt ) %>
+<& hidden.html, %opt &>
 
 <%init>
 

-----------------------------------------------------------------------

Summary of changes:
 httemplate/elements/tr-fixed.html |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)




More information about the freeside-commits mailing list