From 20c741a2487a8fcaff231dceaa466b9d802fa6df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samy=20Pess=C3=A9?= Date: Sun, 27 Apr 2014 21:21:48 +0200 Subject: [PATCH] Fix stupid typo thanks to @erixtekila --- theme/templates/site.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme/templates/site.html b/theme/templates/site.html index 8b376d185..7193f7fd5 100644 --- a/theme/templates/site.html +++ b/theme/templates/site.html @@ -1,6 +1,6 @@ {% extends "layout.html" %} -{% block htmlTag %}manifest="{{ baseBase }}/manifest.appcache"{% endblock %} +{% block htmlTag %}manifest="{{ basePath }}/manifest.appcache"{% endblock %} {% block title %}{{ progress.current.title }}{% parent %}{% endblock %} {% block content %}