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