Give search results a consistent css class to select
authorErik Bernhardson <ebernhardson@wikimedia.org>
Thu, 13 Sep 2018 18:49:59 +0000 (11:49 -0700)
committerErik Bernhardson <ebernhardson@wikimedia.org>
Thu, 13 Sep 2018 18:54:48 +0000 (11:54 -0700)
commitd7ec79785f502cc557a88b366b0d3eea052f3267
treef7483e54a2afe21fb94dc047b7a5f6346097186b
parent1d713757438952d2d2ca4e9f96a3ddd617fa6df6
Give search results a consistent css class to select

Results with and without thumbnails only share an li, and that li
cannot be specifically targeted. Add a class to the li so anything
that wants to deal with individual results can target them.

Bug: T189242
Change-Id: I9b19c5e3d7d72d4be3a5ffdf280bf07b870ff3c0
includes/widget/search/FullSearchResultWidget.php