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 );
             }
 
--------------------------------------------------------------------------------
afuna: Cat under a blanket. Text: "Cats are just little people with Fur and Fangs" (Default)

[personal profile] afuna 2009-02-27 09:24 am (UTC)(link)
<3 being able to see which files were modified. Thanks, [staff profile] mark!
denise: Image: Me, facing away from camera, on top of the Castel Sant'Angelo in Rome (Default)

[staff profile] denise 2009-02-27 11:03 am (UTC)(link)
so THAT'S what was doing that. I stared at that for twenty minutes. *g*