Skip to content

Commit d3bee6a

Browse files
committed
Code refactor
1 parent 304eaa3 commit d3bee6a

File tree

1 file changed

+16
-15
lines changed

1 file changed

+16
-15
lines changed

extension/options/options.html

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -23,21 +23,22 @@
2323
<hr/>
2424
<fieldset class="form-group">
2525
<div class="row">
26-
<legend class="col-form-label col-sm-12 pt-0">
27-
<strong>Should search results open in</strong>
28-
</legend>
29-
<div class="col-sm-12">
30-
<div class="form-check save_tab_result">
31-
<input class="form-check-input" type="radio" name="tab_result" id="same_tab_result" value="same_tab_result" checked>
32-
<label class="form-check-label" for="same_tab_result">
33-
same tab
34-
</label>
35-
</div>
36-
<div class="form-check save_tab_result">
37-
<input class="form-check-input" type="radio" name="tab_result" id="new_tab_result" value="new_tab_result">
38-
<label class="form-check-label" for="new_tab_result">
39-
new tab
40-
</label>
26+
<legend class="col-form-label col-sm-12 pt-0">
27+
<strong>Should search results open in</strong>
28+
</legend>
29+
<div class="col-sm-12">
30+
<div class="form-check save_tab_result">
31+
<input class="form-check-input" type="radio" name="tab_result" id="same_tab_result" value="same_tab_result" checked>
32+
<label class="form-check-label" for="same_tab_result">
33+
same tab
34+
</label>
35+
</div>
36+
<div class="form-check save_tab_result">
37+
<input class="form-check-input" type="radio" name="tab_result" id="new_tab_result" value="new_tab_result">
38+
<label class="form-check-label" for="new_tab_result">
39+
new tab
40+
</label>
41+
</div>
4142
</div>
4243
</div>
4344
</div>

0 commit comments

Comments
 (0)