Explorar el Código

Update code.helper.php

tags/6.5.6
叙述、别离 hace 1 semana
padre
commit
be3ed2af02
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/system/helpers/code.helper.php

+ 1
- 1
src/system/helpers/code.helper.php Ver fichero

@@ -438,7 +438,7 @@ function htmlErrors($errors = null)
{
if ($errors) {
$errorsHTML = "<div style='padding:1rem'><div style='position:relative;padding:0.75rem 1.25rem;font-size:14px;color:#842029;background:#f8d7da;border-color:#842029;border:1px solid transparent;border-radius:0.5rem'>";
$errorsHTML .= '内嵌脚本缺失,请添加该函数:';
$errorsHTML .= '<p>内嵌脚本缺失,请添加该函数:</p>';
$errorsHTML .= '<dl>';
foreach ($errors as $error) {
if ($error['line']) {


Cargando…
Cancelar
Guardar