[gitg] Close '<tr>' tag properly
- From: Techlive Zheng <techlivezh src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gitg] Close '<tr>' tag properly
- Date: Mon, 23 Dec 2013 16:45:39 +0000 (UTC)
commit 65362c990d73ea6f0f81237f7b9c92b103b9325e
Author: Techlive Zheng <techlivezheng gmail com>
Date: Mon Dec 9 00:47:41 2013 +0800
Close '<tr>' tag properly
https://bugzilla.gnome.org/show_bug.cgi?id=720886
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 e2225c5..d97f23d 100644
--- a/libgitg/resources/diff-view-html-builder.js
+++ b/libgitg/resources/diff-view-html-builder.js
@@ -93,6 +93,8 @@ function diff_file(file, lnstate, data)
row += '<td>' + html_escape(l.content).replace(/\t/g, tabrepl) + '</td>';
+ row += '</tr>';
+
table_body += row;
lnstate.processed++;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]