Skip to content

Commit

Permalink
Fix missing spaces in template of bootstrap2
Browse files Browse the repository at this point in the history
  • Loading branch information
stephane committed Apr 6, 2012
1 parent 48ddc41 commit 7de793e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap2/templates/base.html
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
<title>{% block title %}{{ SITENAME }}{%endblock%}</title>
<title>{% block title %}{{ SITENAME }}{% endblock %}</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
Expand Down

0 comments on commit 7de793e

Please sign in to comment.