fu: Close-up of Fu, bringing a scoop of water to her mouth (Default)
fu ([personal profile] fu) wrote in [site community profile] changelog2011-12-30 12:08 pm

[dw-free] Tab to spaces.

[commit: http://hg.dwscoalition.org/dw-free/rev/8df1221e8a23]

Tab to spaces.

Patch by [personal profile] fu.

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();
--------------------------------------------------------------------------------