mirror of
https://github.com/fluent/fluentd-ui.git
synced 2025-08-11 16:57:11 +02:00
Fix a typo
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
This commit is contained in:
parent
bdea8c7ce5
commit
d351691dc0
@ -90,7 +90,7 @@ $(document).ready(() => {
|
||||
|
||||
let pos = {
|
||||
start: match.pos[0],
|
||||
ent: match.pos[1]
|
||||
end: match.pos[1]
|
||||
}
|
||||
if (pos.start > 0) {
|
||||
html += _.escape(whole.substring(lastPos, pos.start))
|
||||
|
Loading…
Reference in New Issue
Block a user