This is part of the code that appears on a results page;
Is there a straightforward way to remove those <br/> tags?
ETA: I'm using the ASP.NET version
<div class="summary">The following word(s) are in the skip word list and have been omitted from your search: "<b>of</b>"<br />
<br /></div>
<div class="summary">
43 results found containing all search terms. 217 results found containing some search terms. <br />
</div>
<br /></div>
<div class="summary">
43 results found containing all search terms. 217 results found containing some search terms. <br />
</div>
ETA: I'm using the ASP.NET version
Comment