diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2015-12-17 07:52:17 +0100 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2015-12-17 07:52:17 +0100 |
commit | 07de1e43f6952fcae8d77be869d1257a430d2373 (patch) | |
tree | 7525f352b2232ff1b20c4b1fb605b32f45df5f9c | |
parent | Minor bugfix: it wasn't possible to add a filter to a feed when creating it. (diff) | |
download | newspipe-07de1e43f6952fcae8d77be869d1257a430d2373.tar.gz newspipe-07de1e43f6952fcae8d77be869d1257a430d2373.tar.bz2 newspipe-07de1e43f6952fcae8d77be869d1257a430d2373.zip |
Removed useless tabulation.
-rw-r--r-- | web/templates/layout.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/templates/layout.html b/web/templates/layout.html index 37a101d9..3a10f2d6 100644 --- a/web/templates/layout.html +++ b/web/templates/layout.html @@ -1,4 +1,4 @@ - <!DOCTYPE html> +<!DOCTYPE html> <html> <head> {% block head %} |