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

[dw-free] missing space when inviting someone

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

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

Add missing space.

Patch by [staff profile] denise.

Files modified:
  • htdocs/manage/circle/invite.bml
--------------------------------------------------------------------------------
diff -r 170812b5791e -r c225ed7aee7d htdocs/manage/circle/invite.bml
--- a/htdocs/manage/circle/invite.bml	Fri Aug 19 11:55:21 2011 +0800
+++ b/htdocs/manage/circle/invite.bml	Fri Aug 19 12:27:35 2011 +0800
@@ -181,7 +181,7 @@
                 $invite_obj->send_code( email => $email );
 
                 $body .= "<div class='highlight-box'>" . BML::ml( '.success.code', { email  => $email, invitecode => $code } );
-                $body .= BML::ml( '.success.invitemore' )
+                $body .= " " . BML::ml( '.success.invitemore' )
                     if DW::InviteCodes->unused_count( userid => $u->id ) > 1;
                 $body .= "</div>";
 
--------------------------------------------------------------------------------