fixed issue 1891:Remove response.meta.description from menu.py in welcome app, thanks sourcingp

This commit is contained in:
mdipierro
2014-03-09 17:29:41 -05:00
parent c289bc4239
commit ad72cea9a6
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -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
-1
View File
@@ -12,7 +12,6 @@ response.subtitle = ''
## read more at http://dev.w3.org/html5/markup/meta.name.html
response.meta.author = 'Your Name <you@example.com>'
response.meta.description = 'a cool new app'
response.meta.keywords = 'web2py, python, framework'
response.meta.generator = 'Web2py Web Framework'