Fix indentation

This commit is contained in:
John Firebaugh
2013-02-25 17:14:35 -08:00
parent e35990f4d3
commit 9bfb8bb063

View File

@@ -70,11 +70,11 @@ iD.ui.TagEditor = function() {
.attr('class', 'icon icon-pre-text' + (presetMatch ? ' preset-' + presetMatch.icon : ''));
var namewrap = headerwrap.append('div')
.attr('class', 'name col9 inspector-inner');
.attr('class', 'name col9 inspector-inner');
typelabel.append('span')
.attr('class','label')
.text(presetMatch.name);
.attr('class','label')
.text(presetMatch.name);
namewrap.append('h4').text(t('inspector.name'));
@@ -105,7 +105,7 @@ iD.ui.TagEditor = function() {
if (presetMatch) {
tageditorpreset.call(presetUI
.preset(presetMatch));
.preset(presetMatch));
}
event.message(t('inspector.editing', { type: presetMatch.name }));