1
0
mirror of https://github.com/e107inc/e107.git synced 2025-03-14 01:19:44 +01:00

Fix styling issue in plugin builder

This commit is contained in:
Tijn Kuyper 2019-02-01 13:10:15 +01:00
parent 644a10c370
commit 5adfd364a5

View File

@ -3565,9 +3565,9 @@ class pluginBuilder
$info = EPL_ADLAN_102;
$info .= "<ul>";
$info .= "<li>".str_replace('[x]', e_PLUGIN, EPL_ADLAN_103)."</li>";
$info .= "<li>".str_replace(array('[x]', '[b]', '[/b]'), array(e_PLUGIN, '<strong>', '</strong>'), EPL_ADLAN_103)."</li>";
// $info .= "<li>".EPL_ADLAN_104."</li>";
$info .= "<li>".EPL_ADLAN_105."</li>";
$info .= "<li>".str_replace(array('[b]', '[/b]'), array('<strong>', '</strong>'), EPL_ADLAN_105)."</li>";
$info .= "<li>".EPL_ADLAN_106."</li>";
$info .= "</ul>";
@ -5672,9 +5672,4 @@ $text .= "
}
?>
}