Need search to be cool.

Comments

tim.plunkett’s picture

Version: 6.x-1.x-dev » 7.x-2.x-dev
amateescu’s picture

Status: Active » Needs review

I checked all three search templates with alanburke and couldn't find anything to html5ify there.

The only thing we can do (but that's for D8 core) is to replace <strong> with <mark> in the search_results() function from search.module (unless somebody else finds a way to do this in html5_tools).