Update quote bbcode

This commit is contained in:
Visman 2023-06-14 23:36:36 +07:00
parent fd5dda5aef
commit 66e360cf90
2 changed files with 2 additions and 1 deletions

View file

@ -355,7 +355,7 @@ HANDLER,
'No_attr' => true,
],
'handler' => <<<'HANDLER'
$header = isset($attrs['Def']) ? '<div class="f-bb-q-header">' . __(['%s wrote', $attrs['Def']]) . '</div>' : '';
$header = isset($attrs['Def']) ? '<cite class="f-bb-q-header">' . __(['%s wrote', $attrs['Def']]) . '</cite>' : '';
return "</p><blockquote class=\"f-bb-quote\">{$header}<div class=\"f-bb-q-body\"><p>{$body}</p></div></blockquote><p>";
HANDLER,
],

View file

@ -1663,6 +1663,7 @@ body,
}
#fork .f-bb-q-header {
display: block;
padding: 0.625rem;
background-color: #F8F4E3 /*#D3B58D*/;
}