[freeside-commits] branch FREESIDE_3_BRANCH updated. 6d515f60c36d987f78ee1674313c39de1ac0d2c1

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


The branch, FREESIDE_3_BRANCH has been updated
       via  6d515f60c36d987f78ee1674313c39de1ac0d2c1 (commit)
      from  9faf849ef1212884ff126c32dc1beea6b9b5f1e2 (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 6d515f60c36d987f78ee1674313c39de1ac0d2c1
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Sat Jan 18 17:49:32 2014 -0800

    fix colspan

diff --git a/httemplate/edit/elements/edit.html b/httemplate/edit/elements/edit.html
index 0cce0b3..938d3a5 100644
--- a/httemplate/edit/elements/edit.html
+++ b/httemplate/edit/elements/edit.html
@@ -655,7 +655,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