Committer: ailyin
LJSUP-7915 (Native sharing server side)U trunk/cgi-bin/LJ/S2/EntryPage.pm
Modified: trunk/cgi-bin/LJ/S2/EntryPage.pm =================================================================== --- trunk/cgi-bin/LJ/S2/EntryPage.pm 2011-04-19 04:50:24 UTC (rev 18905) +++ trunk/cgi-bin/LJ/S2/EntryPage.pm 2011-04-19 05:47:56 UTC (rev 18906) @@ -363,8 +363,11 @@ } my %meta = ( - 'title' => LJ::Text->drop_html($entry->subject_raw), - 'description' => LJ::Text->drop_html($entry->event_raw), + 'title' + => LJ::ehtml( LJ::Text->drop_html( $entry->subject_raw ) ), + + 'description' + => LJ::ehtml( LJ::Text->drop_html( $entry->event_raw ) ), ); $p->{'head_content'} .= qq[