mirror of
https://github.com/discourse/discourse.git
synced 2025-05-24 14:12:10 +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;
|
return output;
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user