Fix merge conflict.
This commit is contained in:
parent
73be1292ab
commit
a058da8b74
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue