afuna: Cat under a blanket. Text: "Cats are just little people with Fur and Fangs" (Default)
afuna ([personal profile] afuna) wrote in [site community profile] changelog2009-05-09 10:05 am

[dw-free] Core2: Line break inconsistencies in the entry management and interaction links, etc

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

http://bugs.dwscoalition.org/show_bug.cgi?id=1137

Remove one extra space

Patch by [personal profile] afuna.

Files modified:
  • bin/upgrading/s2layers/core2.s2
--------------------------------------------------------------------------------
diff -r 290f029fb5ba -r e8a3218f40d6 bin/upgrading/s2layers/core2.s2
--- a/bin/upgrading/s2layers/core2.s2	Sat May 09 09:34:19 2009 +0000
+++ b/bin/upgrading/s2layers/core2.s2	Sat May 09 18:04:39 2009 +0800
@@ -2953,7 +2953,7 @@ function print_module_list(string[] list
     if (size $list) {
         println """<ul class="module-list">""";
         foreach var string s ($list) {
-            print safe """<li class="module-list-item">$s</li>\n """;
+            print safe """<li class="module-list-item">$s</li>\n""";
         }
         println """</ul>""";
     }
--------------------------------------------------------------------------------

Post a comment in response:

This account has disabled anonymous posting.
If you don't have an account you can create one now.
HTML doesn't work in the subject.
More info about formatting

If you are unable to use this captcha for any reason, please contact us by email at support@dreamwidth.org