wrap text from imported link in [quote]
This commit is contained in:
parent
639204c2ec
commit
f0af4de4a7
2 changed files with 14 additions and 2 deletions
|
@ -116,7 +116,7 @@ function parse_url_content(&$a) {
|
|||
}
|
||||
|
||||
if(strlen($text)) {
|
||||
$text = '<br /><br />' . $text;
|
||||
$text = '<br /><br /><blockquote>' . $text . '</blockquote><br />';
|
||||
}
|
||||
|
||||
echo sprintf($template,$url,($title) ? $title : $url,$text);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue