Dreamwidth Changelog
2011-04-28 03:29:20 UTC
Add space between different error messages.
Patch by fu.
diffs (12 lines):
diff -r 214fe3ebb872 -r 8a65ea36289a htdocs/profile.bml
--- a/htdocs/profile.bml Fri Apr 22 22:52:31 2011 +0800
+++ b/htdocs/profile.bml Thu Apr 28 11:28:58 2011 +0800
@@ -390,7 +390,7 @@ body<=
$ret .= q{ <div class='details_stats detail'> };
# journal warnings
- $ret .= "<span class='$_->{class}'>$_->{text}</span>" foreach $profile->warnings;
+ $ret .= "<span class='$_->{class}'>$_->{text}</span> " foreach $profile->warnings;
# account type
my $accttype = DW::Pay::get_account_type_name( $u );
Patch by fu.
diffs (12 lines):
diff -r 214fe3ebb872 -r 8a65ea36289a htdocs/profile.bml
--- a/htdocs/profile.bml Fri Apr 22 22:52:31 2011 +0800
+++ b/htdocs/profile.bml Thu Apr 28 11:28:58 2011 +0800
@@ -390,7 +390,7 @@ body<=
$ret .= q{ <div class='details_stats detail'> };
# journal warnings
- $ret .= "<span class='$_->{class}'>$_->{text}</span>" foreach $profile->warnings;
+ $ret .= "<span class='$_->{class}'>$_->{text}</span> " foreach $profile->warnings;
# account type
my $accttype = DW::Pay::get_account_type_name( $u );