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-04-03 03:32 pm

[dw-free] Missing spaces in cgi/talklib.pl

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

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

Add spaces to the talkform

Patch from LiveJournal, prepared for Dreamwidth by [staff profile] denise.

Files modified:
  • cgi-bin/talklib.pl
--------------------------------------------------------------------------------
diff -r 120e11ed0370 -r dcb9c93dc3b7 cgi-bin/talklib.pl
--- a/cgi-bin/talklib.pl	Fri Apr 03 15:28:33 2009 +0000
+++ b/cgi-bin/talklib.pl	Fri Apr 03 15:32:26 2009 +0000
@@ -1349,7 +1349,7 @@ sub talkform {
             $ret .= "<tr valign='middle'>";
             $ret .= "<td align='center' width='20'><img src='$LJ::IMGPREFIX/anonymous.gif' /></td>";
             $ret .= "<td align='center'>(  )</td>";
-            $ret .= "<td align='left' colspan='2'><font color='#c0c0c0'><b>$BML::ML{'.opt.anonymous'}</b></font>$BML::ML{'.opt.noanonpost.nonpublic'}</td>";
+            $ret .= "<td align='left' colspan='2'><font color='#c0c0c0'><b>$BML::ML{'.opt.anonymous'}</b></font> $BML::ML{'.opt.noanonpost.nonpublic'}</td>";
             $ret .= "</tr>\n";
         } else {
             $ret .= "<tr valign='center'>";
@@ -1447,7 +1447,7 @@ sub talkform {
         $ret .= "<td align='center'>(  )</td>";
         $ret .= "<td align='left' colspan='2'><font color='#c0c0c0'><b>$BML::ML{'.opt.anonymous'}</b></font>";
         my $stringname = $journalu->is_person ? ".opt.friendsonly" : ".opt.membersonly";
-        $ret .= BML::ml($stringname, {'username'=>"<b>$journalu->{'user'}</b>"});
+        $ret .= " " . BML::ml($stringname, {'username'=>"<b>$journalu->{'user'}</b>"});
         $ret .= "</tr>\n";
 
         ## the if clause is a copy of code from ($journalu->{'opt_whocanreply'} eq 'all')`
--------------------------------------------------------------------------------

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