diff options
author | Wojtek Kosior <koszko@koszko.org> | 2021-09-11 13:56:50 +0200 |
---|---|---|
committer | Wojtek Kosior <koszko@koszko.org> | 2021-09-11 13:56:50 +0200 |
commit | 947fbdefffe0f6010e32abbfdce2f4b388d3f7f7 (patch) | |
tree | ad44fb76e75e46c5655258db209f034aee54862f /html | |
parent | d658cadf5184b127ec6ae6d6d8900f5e428095b0 (diff) | |
download | browser-extension-947fbdefffe0f6010e32abbfdce2f4b388d3f7f7.tar.gz browser-extension-947fbdefffe0f6010e32abbfdce2f4b388d3f7f7.zip |
added missing line break in options page
Diffstat (limited to 'html')
-rw-r--r-- | html/options.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/html/options.html b/html/options.html index 01b1061..54ab9e8 100644 --- a/html/options.html +++ b/html/options.html @@ -267,6 +267,7 @@ </div> </div> <button id="add_page_but" type="button"> Add page </button> + <br/> <IMPORT html/default_blocking_policy.html /> </div> <div id="bags" class="tab"> |