html tpl fix in address

This commit is contained in:
vitalets 2012-11-29 19:54:57 +04:00
parent ad42011868
commit cb6cf702b6

@ -37,7 +37,7 @@ $(function(){
value2html: function(value, element) {
var html = value.city + ', st. ' + value.street + ', bld. ' + value.building;
var html = value.city + ', ' + value.street + ' st., bld. ' + value.building;
$(element).text(html);
},