mark: A photo of Mark kneeling on top of the Taal Volcano in the Philippines. It was a long hike. (Default)
Mark Smith ([staff profile] mark) wrote in [site community profile] changelog2009-02-27 07:44 am

[dw-free] stray commas on profile under location

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

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

Don't show spurious commas when joining empty items.

Patch by [staff profile] mark.

Files modified:
  • htdocs/userinfo.bml


--------------------------------------------------------------------------------
diff -r 82159afba82a -r fe1d3e12654a htdocs/userinfo.bml
--- a/htdocs/userinfo.bml	Fri Feb 27 07:35:40 2009 +0000
+++ b/htdocs/userinfo.bml	Fri Feb 27 07:44:45 2009 +0000
@@ -182,6 +182,7 @@ body<=
             my $join_string = shift @$r;
             my @links;
             foreach my $l ( @$r ) {
+                next unless $l;
                 push @links, $linkify->( $l );
             }
 
--------------------------------------------------------------------------------

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