internal links in procedure
This commit is contained in:
@@ -1159,7 +1159,7 @@ class Databap extends PhpObject
|
||||
$asTable['title'] = self::getTableFormat($asTable['title']);
|
||||
$asTable['description'] = self::getDescriptionFormat($asTable['description']);
|
||||
$asTable['led'] = self::getDateFormat($asTable['led']);
|
||||
$asTable['formatted_keywords'] = str_replace("\n", '<br />', ToolBox::findReplaceLinks($asTable['keywords']));
|
||||
$asTable['formated_keywords'] = ToolBox::formatText($asTable['keywords']);
|
||||
}
|
||||
}
|
||||
return $asTable;
|
||||
@@ -2621,7 +2621,7 @@ class Databap extends PhpObject
|
||||
|
||||
public static function getDescriptionFormat($sDescription)
|
||||
{
|
||||
return ToolBox::mb_ucfirst($sDescription);
|
||||
return ToolBox::mb_ucfirst(ToolBox::findReplaceLinks($sDescription));
|
||||
}
|
||||
|
||||
public static function getTableFormat($sTable)
|
||||
|
||||
Reference in New Issue
Block a user