fix update menu

This commit is contained in:
mercury
2024-10-26 21:58:10 +04:00
parent 71f7db5bac
commit 9ab05de320
+1 -1
View File
@@ -5546,7 +5546,7 @@ DNS-over-HTTPS with IP:
];
exec("git -C / branch -vv", $mm);
return [
'text' => '<pre><code class="language-shell">' . implode("\n", $mm) . '</code></pre>',
'text' => '<pre><code class="language-shell">' . htmlentities(implode("\n", $mm)) . '</code></pre>',
'data' => $data,
];
}