r9978 - apps/gobi/trunk/code/Global
[email protected] Sat, 3 Oct 2009 21:07:51 +0200 (CEST)
| Newsgroups | gmane.comp.java.helma.cvs |
|---|---|
| Message-ID | <20091003190751.400C03D0E2@mia> |
Author: hannes
Date: 2009-10-03 21:07:50 +0200 (Sat, 03 Oct 2009)
New Revision: 9978
Modified:
apps/gobi/trunk/code/Global/Diff.js
Log:
Restore line that was accidentally removed
Details at http://dev.helma.org/trac/helma/changeset/9978
Modified: apps/gobi/trunk/code/Global/Diff.js
===================================================================
--- apps/gobi/trunk/code/Global/Diff.js 2009-09-30 09:13:10 UTC (rev 9977)
+++ apps/gobi/trunk/code/Global/Diff.js 2009-10-03 19:07:50 UTC (rev 9978)
@@ -119,6 +119,7 @@
var added = DIFF_STYLE_ADDED;
res.write("<div class='diffbody'>");
+ var numColStyle ="width:2em; color:#999;";
var table = new Html.TableBuilder(2);
for (var i = 0; i < diff.length; i++) {