Merge pull request #1039 from ehuss/fix-html-config
Fix merge conflict.
This commit is contained in:
commit
ed95252f05
|
@ -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