diff --git a/plugin.js b/plugin.js index 14e75fd..7151ae4 100644 --- a/plugin.js +++ b/plugin.js @@ -121,7 +121,7 @@ if (this.data.hasOwnProperty('bsiconright')) { jQuery('.bs-icon-right', $el).remove(); if (this.data.bsiconright) { - $el.append(' \n'); + $el.append(' '); } } @@ -135,7 +135,7 @@ if (this.data.hasOwnProperty('faiconright')) { jQuery('.fa-icon-right', $el).remove(); if (this.data.faiconright) { - $el.append(' \n'); + $el.append(' '); } } },