aboutsummaryrefslogtreecommitdiff
path: root/web/templates/layout.html
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2015-12-17 07:52:17 +0100
committerCédric Bonhomme <cedric@cedricbonhomme.org>2015-12-17 07:52:17 +0100
commit07de1e43f6952fcae8d77be869d1257a430d2373 (patch)
tree7525f352b2232ff1b20c4b1fb605b32f45df5f9c /web/templates/layout.html
parentMinor bugfix: it wasn't possible to add a filter to a feed when creating it. (diff)
downloadnewspipe-07de1e43f6952fcae8d77be869d1257a430d2373.tar.gz
newspipe-07de1e43f6952fcae8d77be869d1257a430d2373.tar.bz2
newspipe-07de1e43f6952fcae8d77be869d1257a430d2373.zip
Removed useless tabulation.
Diffstat (limited to 'web/templates/layout.html')
-rw-r--r--web/templates/layout.html2
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 %}
bgstack15