Index: templates/minimal.tmpl |
=================================================================== |
--- a/templates/minimal.tmpl |
+++ b/templates/minimal.tmpl |
@@ -13,15 +13,16 @@ |
# |
# You should have received a copy of the GNU General Public License |
# along with Adblock Plus. If not, see <http://www.gnu.org/licenses/>. |
#} |
<!DOCTYPE html> |
<html> |
<head> |
+ <title>{{title|translate("title")}}</title> |
{{head|safe}} |
</head> |
<body> |
{{body|safe}} |
</body> |
</html> |