[freeside-commits] branch master updated. bd21af24d938849cd919d46c8d59eab8c2e937de

Ivan ivan at 420.am
Sat Jan 18 17:49:32 PST 2014


The branch, master has been updated
       via  bd21af24d938849cd919d46c8d59eab8c2e937de (commit)
      from  a8d6bba0ce532b16e102822825442491a59fc987 (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 bd21af24d938849cd919d46c8d59eab8c2e937de
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Sat Jan 18 17:49:30 2014 -0800

    fix colspan

diff --git a/httemplate/edit/elements/edit.html b/httemplate/edit/elements/edit.html
index 16d0817..f356980 100644
--- a/httemplate/edit/elements/edit.html
+++ b/httemplate/edit/elements/edit.html
@@ -663,7 +663,7 @@ Example:
 
           widget_cell.style.borderTop = "1px solid black";
           widget_cell.style.paddingTop = "3px";
-          widget_cell.colSpan = "<% $f->{'colspan'} || 1 %>"
+          widget_cell.colSpan = "<% $f->{'colspan'} || 1 %>";
 
           widget_cell.innerHTML = newrow;
 

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

Summary of changes:
 httemplate/edit/elements/edit.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)




More information about the freeside-commits mailing list