Coding style fixes
This commit is contained in:
parent
3a6437cd98
commit
db7c8f4c3c
4 changed files with 22 additions and 25 deletions
|
@ -1386,11 +1386,11 @@ impl Setting {
|
|||
description,
|
||||
),
|
||||
Setting::Select { js_data_name, description, default_value, ref options } => format!(
|
||||
"<div class='setting-line'>\
|
||||
"<div class=\"setting-line\">\
|
||||
<div>{}</div>\
|
||||
<label class='select-wrapper'>\
|
||||
<select id='{}' autocomplete='off'>{}</select>\
|
||||
<img src='{}down-arrow{}.svg' alt='Select item'>\
|
||||
<label class=\"select-wrapper\">\
|
||||
<select id=\"{}\" autocomplete=\"off\">{}</select>\
|
||||
<img src=\"{}down-arrow{}.svg\" alt=\"Select item\">\
|
||||
</label>\
|
||||
</div>",
|
||||
description,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue