diff --git a/core/ajax/plugin.ajax.php b/core/ajax/plugin.ajax.php index 909cc46060..98bb24b692 100644 --- a/core/ajax/plugin.ajax.php +++ b/core/ajax/plugin.ajax.php @@ -183,7 +183,7 @@ $infoPlugin = ''; if (method_exists($plugin_id, 'getConfigForCommunity')) { $infoPlugin .= '**' . __('Informations complémentaires', __FILE__) . '**
'; - $infoPlugin .= $plugin_id::getConfigForCommunity(); + $infoPlugin .= '
```
' . $plugin_id::getConfigForCommunity() . '
```
'; } // GENERATE URL with Query Param to create a new post