[fix] typo

bzr revid: nicolas.vanhoren@openerp.com-20120103102000-tg8xzbcc0oirhe8i
This commit is contained in:
niv-openerp 2012-01-03 11:20:00 +01:00
parent f19ad8eaf4
commit 0fa2c9bc75
1 changed files with 1 additions and 1 deletions

View File

@ -1113,7 +1113,7 @@ openerp.web.WebClient = openerp.web.Widget.extend(/** @lends openerp.web.WebClie
self.bind_hashchange();
if (!self.session.openerp_entreprise) {
self.$element.find('.oe_footer_powered').append('<span> - <a href="http://www.openerp.com/support-or-publisher-warranty-contract" target="_blank">Unsupported/Community Version</a></span>');
$('title').html('OpenERP - Usupported/Community Version');
$('title').html('OpenERP - Unsupported/Community Version');
}
});
},