mirror of
https://github.com/discourse/discourse.git
synced 2025-05-24 03:36:18 +08:00
UX: add newline after closing poll tag for poll builder
This commit is contained in:
@ -228,7 +228,7 @@ export default Ember.Controller.extend({
|
||||
});
|
||||
}
|
||||
|
||||
output += "[/poll]";
|
||||
output += "[/poll]\n";
|
||||
return output;
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user