mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-31 04:26:52 +00:00
Merge branch 'main' into ui/dashboard-clean
This commit is contained in:
@@ -141,7 +141,7 @@ htmlEscapeRenderer.code = ({
|
||||
}: {
|
||||
text: string;
|
||||
lang?: string;
|
||||
escaped: boolean;
|
||||
escaped?: boolean;
|
||||
}) => {
|
||||
const langClass = lang ? ` class="language-${lang}"` : "";
|
||||
const safeText = escaped ? text : escapeHtml(text);
|
||||
|
||||
Reference in New Issue
Block a user