diff options
| author | rr- | 2016-06-02 09:11:48 +0200 |
|---|---|---|
| committer | rr- | 2016-06-02 13:58:08 +0200 |
| commit | 802c7feca0f2151b9f9866dd3265c2df3b289fdb (patch) | |
| tree | 74f319e39d486afb054b8524519eea45b6f54056 /client/html/help_search_posts.tpl | |
| parent | 74fba053021eb4e71d3dad4303f938e0684d4646 (diff) | |
server/search: add safety search for posts
Diffstat (limited to 'client/html/help_search_posts.tpl')
| -rw-r--r-- | client/html/help_search_posts.tpl | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/client/html/help_search_posts.tpl b/client/html/help_search_posts.tpl index 78bfb5f..52e59d1 100644 --- a/client/html/help_search_posts.tpl +++ b/client/html/help_search_posts.tpl @@ -146,6 +146,14 @@ <td><code>feature-time</code></td> <td>alias of <code>feature-time</code></td> </tr> + <tr> + <td><code>safety</code></td> + <td>having given safety</td> + </tr> + <tr> + <td><code>rating</code></td> + <td>alias of <code>safety</code></td> + </tr> </tbody> </table> |