Committer: iaskarov
LJSUP-7647 Error with parsing post for JSON LJTimes, JSON posts ratings, lj.com posts ratingsU trunk/cgi-bin/LJ/Text.pm
Modified: trunk/cgi-bin/LJ/Text.pm =================================================================== --- trunk/cgi-bin/LJ/Text.pm 2011-01-13 08:30:53 UTC (rev 18017) +++ trunk/cgi-bin/LJ/Text.pm 2011-01-13 09:00:11 UTC (rev 18018) @@ -232,7 +232,7 @@ unless $bytes || $chars; if($strip_html) { - $force_ellipsis = ($str =~ /<(img|embed|object|iframe)/i) ? 1 : 0; + $force_ellipsis = ($str =~ /<(img|embed|object|iframe|lj-embed)/i) ? 1 : 0; $str = LJ::strip_html($str, { use_space => 1 }); }