One way to do it is via CSS in your "search_template.html" file, like so:
.summary br { display: none; }
If you want both summary div blocks to appear on the same line, you can go further and do this as well:
.summary { display: inline; }
Announcement
Collapse
No announcement yet.
Any way to remove <br /> tags from search results?
Collapse
X
-
Any way to remove <br /> tags from search results?
This is part of the code that appears on a results page;
<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>
ETA: I'm using the ASP.NET versionTags: None
Leave a comment: