[gitg/wip/techlivezh/diff-view-clean-up: 3/21] Close '<tr>' tag properly



commit d9010132272527cb76b152b7cee7c0b16a3c61b3
Author: Techlive Zheng <techlivezheng gmail com>
Date:   Sun Dec 8 20:00:59 2013 +0800

    Close '<tr>' tag properly

 libgitg/resources/diff-view-html-builder.js |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/libgitg/resources/diff-view-html-builder.js b/libgitg/resources/diff-view-html-builder.js
index 03937a5..088e25d 100644
--- a/libgitg/resources/diff-view-html-builder.js
+++ b/libgitg/resources/diff-view-html-builder.js
@@ -97,6 +97,8 @@ function diff_file(file, lnstate, data)
 
                        row += '<td>' + l.content + '</td>';
 
+                       row += '</tr>';
+
                        table_body += row;
 
                        lnstate.processed++;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]