diff --git a/_includes/refactor-content.html b/_includes/refactor-content.html index dd09205b6e4..83329b35bd0 100644 --- a/_includes/refactor-content.html +++ b/_includes/refactor-content.html @@ -217,7 +217,7 @@ {% assign left = left | replace: '">', '">' | append: '' %} {% assign _new_content = _new_content | append: mark_start - | append: left | append: anchor | append: mark_end | append: right + | append: left | append: anchor | append: right %} {% endfor %}