about summary refs log tree commit diff stats
path: root/src/pages
diff options
context:
space:
mode:
authorManeraKai <manerakai@protonmail.com>2023-02-02 06:40:25 +0000
committerGitHub <noreply@github.com>2023-02-02 06:40:25 +0000
commitf2ec16ba714c7ece38205e4c98254764cee0d10f (patch)
tree76cddb271f703501f09795e895fa8d5b74e4ccd7 /src/pages
parentFixed Tor and custom firefox profies not initializing settings https://github... (diff)
parentfix(general): indentation bug in plus button (diff)
downloadlibredirect-f2ec16ba714c7ece38205e4c98254764cee0d10f.zip
Merge pull request #610 from dvikan/fix-1
fix(general): indentation bug in plus button
Diffstat (limited to 'src/pages')
-rw-r--r--src/pages/options/widgets/general.pug4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pages/options/widgets/general.pug b/src/pages/options/widgets/general.pug
index eafd3e79..dc3c3d93 100644
--- a/src/pages/options/widgets/general.pug
+++ b/src/pages/options/widgets/general.pug
@@ -23,8 +23,8 @@ section(class="option-block" id="general_page")
                     option(value="regex") Regex
                 |&nbsp;
             button(class="add" id="exceptions-add-instance" type="submit")
-            svg(xmlns="http://www.w3.org/2000/svg" height="20px" viewBox="0 0 24 24" width="20px" fill="currentColor")
-                path(d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z")
+                svg(xmlns="http://www.w3.org/2000/svg" height="20px" viewBox="0 0 24 24" width="20px" fill="currentColor")
+                    path(d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z")
 
     hr