Stuart Wright
Well-known member
So I have this portion of HTML from a template:
And I want to insert something before the closing div.
There are tabs and carriage returns. Copying and pasting the template into the 'find' text box doesn't work. I.e. the 'test modification' function fails to insert my new html correctly.
How do I have it search for tabs and carriage returns properly please?
Code:
<xen:if is="{$thread.user_post_count}"><xen:avatar user="$visitor" size="s" img="true" class="miniMe" title="{xen:phrase you_have_posted_x_messages_in_this_thread, 'count={xen:number $thread.user_post_count}'}" /></xen:if>
</span>
</div>
There are tabs and carriage returns. Copying and pasting the template into the 'find' text box doesn't work. I.e. the 'test modification' function fails to insert my new html correctly.
How do I have it search for tabs and carriage returns properly please?