From ad72cea9a6949b67b40bb7a89e5a206d81b41f13 Mon Sep 17 00:00:00 2001 From: mdipierro Date: Sun, 9 Mar 2014 17:29:41 -0500 Subject: [PATCH] fixed issue 1891:Remove response.meta.description from menu.py in welcome app, thanks sourcingp --- VERSION | 2 +- applications/welcome/models/menu.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 38d6563e..fefc2ec1 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 2.9.4-stable+timestamp.2014.03.09.17.25.28 +Version 2.9.4-stable+timestamp.2014.03.09.17.28.42 diff --git a/applications/welcome/models/menu.py b/applications/welcome/models/menu.py index f705a8ee..706d6825 100644 --- a/applications/welcome/models/menu.py +++ b/applications/welcome/models/menu.py @@ -12,7 +12,6 @@ response.subtitle = '' ## read more at http://dev.w3.org/html5/markup/meta.name.html response.meta.author = 'Your Name ' -response.meta.description = 'a cool new app' response.meta.keywords = 'web2py, python, framework' response.meta.generator = 'Web2py Web Framework'