mirror of
https://github.com/friendica/friendica
synced 2025-04-22 23:50:13 +00:00
repeated items from ostatus and diaspora are now using the share-element.
Some design changes to repeated items in "vier".
This commit is contained in:
parent
9ab34f8857
commit
c22f65bafa
9 changed files with 56 additions and 20 deletions
|
@ -982,6 +982,9 @@ function prepare_body($item,$attach = false) {
|
|||
$s = $prep_arr['html'];
|
||||
|
||||
if(! $attach) {
|
||||
// Replace the blockquotes with quotes that are used in mails
|
||||
$mailquote = '<blockquote type="cite" class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">';
|
||||
$s = str_replace(array('<blockquote>', '<blockquote class="spoiler">', '<blockquote class="author">'), array($mailquote, $mailquote, $mailquote), $s);
|
||||
return $s;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue