User: sits
Date: 08/07/01 04:08:47
Modified: template/en/default viewdeltas.html.tmpl
Log:
Prepend a space to each code line for better output.
Index: viewdeltas.html.tmpl
===================================================================
RCS file:
/cvsroot/codestriker/codestriker/template/en/default/viewdeltas.html.tmpl,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- viewdeltas.html.tmpl 1 Jul 2008 06:02:00 -0000 1.8
+++ viewdeltas.html.tmpl 1 Jul 2008 11:08:47 -0000 1.9
@@ -65,12 +65,12 @@
<tr>
[% IF delta.new_file %]
<td>[% line.new_data_line %]</td>
- <td class="[% delta.new_file_class %]" colspan="3">[% line.new_data
%]</td>
+ <td class="[% delta.new_file_class %]" colspan="3"> [% line.new_data
%]</td>
[% ELSE %]
<td>[% line.old_data_line %]</td>
- <td class="[% line.old_data_class %]">[% line.old_data %]</td>
+ <td class="[% line.old_data_class %]"> [% line.old_data %]</td>
<td>[% line.new_data_line %]</td>
- <td class="[% line.new_data_class %]">[% line.new_data %]</td>
+ <td class="[% line.new_data_class %]"> [% line.new_data %]</td>
[% END %]
</tr>
[% END %]
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Codestriker-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/codestriker-commits