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:
parent
ae2a56999e
commit
b005377d0a
1 changed files with 1 additions and 1 deletions
|
@ -228,7 +228,7 @@ export default Ember.Controller.extend({
|
|||
});
|
||||
}
|
||||
|
||||
output += "[/poll]";
|
||||
output += "[/poll]\n";
|
||||
return output;
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue