UX: add newline after closing poll tag for poll builder

This commit is contained in:
Kris 2019-10-16 21:40:42 -04:00
parent ae2a56999e
commit b005377d0a
1 changed files with 1 additions and 1 deletions

View File

@ -228,7 +228,7 @@ export default Ember.Controller.extend({
});
}
output += "[/poll]";
output += "[/poll]\n";
return output;
},