Skip to content

Commit ed95252

Browse files
authored
Merge pull request #1039 from ehuss/fix-html-config
Fix merge conflict.
2 parents 73be129 + a058da8 commit ed95252

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/renderer/html_handlebars/hbs_renderer.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ fn make_data(
441441

442442
if html_config.playpen.editable && html_config.playpen.copy_js {
443443
data.insert("playpen_js".to_owned(), json!(true));
444-
if html.playpen.line_numbers {
444+
if html_config.playpen.line_numbers {
445445
data.insert("playpen_line_numbers".to_owned(), json!(true));
446446
}
447447
}

0 commit comments

Comments
 (0)