Fix merge conflict.

This commit is contained in:
Eric Huss 2019-09-26 11:03:51 -07:00
parent 73be1292ab
commit a058da8b74
1 changed files with 1 additions and 1 deletions

View File

@ -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));
}
}