Skip to content

Commit

Permalink
UX: add newline after closing poll tag for poll builder
Browse files Browse the repository at this point in the history
  • Loading branch information
awesomerobot committed Oct 17, 2019
1 parent ae2a569 commit b005377
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -228,7 +228,7 @@ export default Ember.Controller.extend({
});
}

output += "[/poll]";
output += "[/poll]\n";
return output;
},

Expand Down

0 comments on commit b005377

Please sign in to comment.