Skip to content
This repository has been archived by the owner on Oct 15, 2022. It is now read-only.

Commit

Permalink
clean up qr code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
yegg committed May 3, 2012
1 parent 6cfac47 commit e4840a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/DDG/Goodie/QRCode.pm
Expand Up @@ -17,7 +17,7 @@ handle query_parts => sub {

my $html = HTML::Barcode::QRCode->new(text => $str)->render;

$html = qq( <div style="float:left;margin-right:10px;">$html</div> A QR code that says '$str'. <div class="clear"></div>);
$html = qq( <div style="float:left;margin-right:10px;">$html</div> A QR code that means '$str'. <div class="clear"></div>);

return '', html => $html;
};
Expand Down

0 comments on commit e4840a2

Please sign in to comment.