Fix merge conflict.
This commit is contained in:
parent
73be1292ab
commit
a058da8b74
|
@ -441,7 +441,7 @@ fn make_data(
|
|||
|
||||
if html_config.playpen.editable && html_config.playpen.copy_js {
|
||||
data.insert("playpen_js".to_owned(), json!(true));
|
||||
if html.playpen.line_numbers {
|
||||
if html_config.playpen.line_numbers {
|
||||
data.insert("playpen_line_numbers".to_owned(), json!(true));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue