Fixed most of the redundant br elements in the core.
This commit is contained in:
@ -171,7 +171,7 @@ class serendipity_plugin_api
|
||||
$plugin->install();
|
||||
} else {
|
||||
$serendipity['debug']['pluginload'][] = "Loading plugin failed painfully. File not found?";
|
||||
echo ERROR . ': ' . $key . ' (' . $pluginPath . ')<br />';
|
||||
echo '<span class="msg_error">' . ERROR . ': ' . $key . ' (' . $pluginPath . ')</span>';
|
||||
}
|
||||
|
||||
return $key;
|
||||
|
Reference in New Issue
Block a user