diff options
author | ng0 <ng0@n0.is> | 2019-02-13 22:14:09 +0000 |
---|---|---|
committer | ng0 <ng0@n0.is> | 2019-02-13 22:14:09 +0000 |
commit | dfc00be94b92eebc6842f519e5b5ec66d3102faf (patch) | |
tree | 0d835db4042b5071a1d6f72cc9d50d8ad87f4cb8 | |
parent | 72e62c43070cc134f48ba0c72ae91e0a01f8f10e (diff) |
attempt to fix syntax error
-rw-r--r-- | common/base.j2 | 2 |
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 @@ <head> <meta charset="UTF-8"/> <title>{{ _("GNUnet") }}</title> - <meta name="description" content="{{ _('GNU's framework for secure p2p networking') }}" /> + <meta name="description" content="{{ _('GNU\'s framework for secure p2p networking') }}" /> {% include "common/header.j2.inc" %} {% block head_content %}{% endblock %} </head> |