aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-02-13 22:14:09 +0000
committerng0 <ng0@n0.is>2019-02-13 22:14:09 +0000
commitdfc00be94b92eebc6842f519e5b5ec66d3102faf (patch)
tree0d835db4042b5071a1d6f72cc9d50d8ad87f4cb8
parent72e62c43070cc134f48ba0c72ae91e0a01f8f10e (diff)
downloadwww-dfc00be94b92eebc6842f519e5b5ec66d3102faf.tar.gz
www-dfc00be94b92eebc6842f519e5b5ec66d3102faf.zip
attempt to fix syntax error
-rw-r--r--common/base.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/common/base.j2 b/common/base.j2
index f656b038..855956b2 100644
--- a/common/base.j2
+++ b/common/base.j2
@@ -3,7 +3,7 @@
3 <head> 3 <head>
4 <meta charset="UTF-8"/> 4 <meta charset="UTF-8"/>
5 <title>{{ _("GNUnet") }}</title> 5 <title>{{ _("GNUnet") }}</title>
6 <meta name="description" content="{{ _('GNU's framework for secure p2p networking') }}" /> 6 <meta name="description" content="{{ _('GNU\'s framework for secure p2p networking') }}" />
7 {% include "common/header.j2.inc" %} 7 {% include "common/header.j2.inc" %}
8 {% block head_content %}{% endblock %} 8 {% block head_content %}{% endblock %}
9 </head> 9 </head>