Home
last modified time | relevance | path

Searched hist:"5 d06a1e4c85125ee87f3c8a40b919ca03e4afd1b" (Results 1 – 2 of 2) sorted by relevance

/dokuwiki/lib/tpl/dokuwiki/css/
H A D_search.less5d06a1e4c85125ee87f3c8a40b919ca03e4afd1b Tue Apr 17 08:41:03 UTC 2018 Michael Große <grosse@cosmocode.de> fix(search): ensure consistent html in search results

This implements some of the changes discussed in #2314:

1. last mod and number of hits are on the same line and always shown
2. There is a class around the last mod string so it can be
hidden/replaced by an icon
3. All items in the resultBody returned by the event are wrapped in
`<dd>` tags to ensure validity. They get their array key as class
4. There is still a wrapper div around each result for styling purposes

/dokuwiki/inc/Ui/
H A DSearch.php5d06a1e4c85125ee87f3c8a40b919ca03e4afd1b Tue Apr 17 08:41:03 UTC 2018 Michael Große <grosse@cosmocode.de> fix(search): ensure consistent html in search results

This implements some of the changes discussed in #2314:

1. last mod and number of hits are on the same line and always shown
2. There is a class around the last mod string so it can be
hidden/replaced by an icon
3. All items in the resultBody returned by the event are wrapped in
`<dd>` tags to ensure validity. They get their array key as class
4. There is still a wrapper div around each result for styling purposes