summaryrefslogtreecommitdiffstats
path: root/forum/skins/default/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'forum/skins/default/templates/base.html')
-rwxr-xr-xforum/skins/default/templates/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/forum/skins/default/templates/base.html b/forum/skins/default/templates/base.html
index 3a1848ef..884551e3 100755
--- a/forum/skins/default/templates/base.html
+++ b/forum/skins/default/templates/base.html
@@ -3,7 +3,7 @@
{% load extra_filters %}
{% load extra_tags %}
{% load i18n %}
-<html xmlns="http://www.w3.org/1999/xhtml"{% if fb_api_key %} xmlns:fb="http://www.facebook.com/2008/fbml"{% endif %}>
+<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>{% block title %}{% endblock %} - {{ settings.APP_TITLE }}</title>
{% spaceless %}