[dw-free] Tab to spaces.
[commit: http://hg.dwscoalition.org/dw-free/rev/8df1221e8a23]
Tab to spaces.
Patch by
fu.
Files modified:
Tab to spaces.
Patch by
Files modified:
- bin/upgrading/s2layers/core2.s2
--------------------------------------------------------------------------------
diff -r 4d888be3cc91 -r 8df1221e8a23 bin/upgrading/s2layers/core2.s2
--- a/bin/upgrading/s2layers/core2.s2 Fri Dec 30 16:33:08 2011 +0800
+++ b/bin/upgrading/s2layers/core2.s2 Fri Dec 30 17:33:46 2011 +0800
@@ -5864,7 +5864,7 @@
"""<span class="multiform-checkbox">""";
print safe " <label for='ljcomsel_$c.talkid'>$*text_multiform_check</label> ";
$c->print_multiform_check();
- "</span>";
+ "</span>";
}
$c->print_management_links();
$c->print_interaction_links();
--------------------------------------------------------------------------------
