Fixed most of the redundant br elements in the core.
This commit is contained in:
@ -129,7 +129,7 @@ class serendipity_smarty_emulator {
|
||||
} elseif (function_exists($funcname)) {
|
||||
return call_user_func($funcname, $params, $this);
|
||||
} else {
|
||||
return "ERROR: " . htmlspecialchars($funcname) . " NOT FOUND.<br />\n";
|
||||
return "<span class='msg_error'>ERROR: " . htmlspecialchars($funcname) . " NOT FOUND.</span>";
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user