2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-06 10:50:21 +08:00

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

View file

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