diff --git a/trunk8.js b/trunk8.js index 1e58fbc..d975010 100644 --- a/trunk8.js +++ b/trunk8.js @@ -125,7 +125,7 @@ htmlResults = biteHelper(htmlObject); // Add fill if doesn't exist. This will place it outside the HTML elements. - if (htmlResults.slice(htmlResults.length - fill.length) === fill) { + if (htmlResults.slice(htmlResults.length - fill.length) !== fill) { htmlResults += fill; }