Navigation Menu

Skip to content

Commit

Permalink
Whoops, forgot a quote char.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Mar 15, 2016
1 parent e1cdf8a commit e12a19d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IcculusFinger_daemon.pl
Expand Up @@ -685,7 +685,7 @@ sub output_start {
my $summary = $metadata{'summary'};
$twitter .= "<meta name='twitter:card' content='summary' />\n";
$twitter .= "<meta name='twitter:site' content='\@$uname' />\n";
$twitter .= "<meta name='twitter:title content='$title' />\n";
$twitter .= "<meta name='twitter:title' content='$title' />\n";
$twitter .= "<meta name='twitter:description' content='$summary' />\n";
}

Expand Down

0 comments on commit e12a19d

Please sign in to comment.