mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-11 22:38:42 +00:00
fix type
This commit is contained in:
parent
310a716769
commit
60fa60a91a
|
|
@ -3914,7 +3914,7 @@ class Markdown
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
$markup .= " {$name}=\"".self::escape($value).'"';
|
$markup .= " {$name}=\"".self::escape((string) $value).'"';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user