|
@@ -698,7 +698,7 @@ $Announce = '';
|
698
|
698
|
|
699
|
699
|
$Announce .= Artists::display_artists($ArtistForm, false);
|
700
|
700
|
|
701
|
|
-$Announce .= empty($Properties['Title']) ? (empty($Properties['TitleRJ']) ? trim($Properties['TitleJP']) : trim($Properties['TitleRJ'])) : trim($Properties['Title']);
|
|
701
|
+$Announce .= substr(trim(empty($Properties['Title']) ? (empty($Properties['TitleRJ']) ? $Properties['TitleJP'] : $Properties['TitleRJ']) : $Properties['Title']), 0, 100);
|
702
|
702
|
$Announce .= ' ';
|
703
|
703
|
if ($Type != 'Other') {
|
704
|
704
|
$Announce .= '['.Torrents::torrent_info($Properties, false, false, false).']';
|