UX: add newline after closing poll tag for poll builder
This commit is contained in:
parent
ae2a56999e
commit
b005377d0a
|
@ -228,7 +228,7 @@ export default Ember.Controller.extend({
|
|||
});
|
||||
}
|
||||
|
||||
output += "[/poll]";
|
||||
output += "[/poll]\n";
|
||||
return output;
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in New Issue