Skip to content
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.

Commit

Permalink
Merge pull request #4253 from gratipay/html-lang
Browse files Browse the repository at this point in the history
Add lang attribute to the html start tag.
  • Loading branch information
chadwhitacre authored Dec 22, 2016
2 parents c45021b + c65ab62 commit 58a33f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/base.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="{{ locale.language }}">
<head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb#">
{% block head_early %}{% endblock %}
<title>{% if title %}{{ title }} - {% endif %}{% if banner %}{{ banner }} - {% endif %}Gratipay</title>
Expand Down

0 comments on commit 58a33f4

Please sign in to comment.