mirror of
https://github.com/discourse/discourse.git
synced 2024-11-27 22:53:50 +08:00
switch to <h3> for search help headings
This commit is contained in:
parent
0ee0818b20
commit
5b9a01e3b6
|
@ -2672,7 +2672,7 @@ en:
|
|||
description: Read every post in a topic with more than 100 posts
|
||||
|
||||
google_search: |
|
||||
<h2>Search with Google</h2>
|
||||
<h3>Search with Google</h3>
|
||||
<p>
|
||||
<form action='//google.com/search' id='google-search' onsubmit="document.getElementById('google-query').value = 'site:' + window.location.host + ' ' + document.getElementById('user-query').value; return true;">
|
||||
<input type="text" id='user-query' value="">
|
||||
|
|
|
@ -2432,7 +2432,7 @@ en:
|
|||
|
||||
static:
|
||||
search_help: |
|
||||
<h2>Tips</h2>
|
||||
<h3>Tips</h3>
|
||||
<p>
|
||||
<ul>
|
||||
<li>Title matches are prioritized, so when in doubt, search for titles</li>
|
||||
|
@ -2440,7 +2440,7 @@ en:
|
|||
<li>Whenever possible, scope your search to a particular category, user, or topic</li>
|
||||
</ul>
|
||||
</p>
|
||||
<h2>Options</h2>
|
||||
<h3>Options</h3>
|
||||
<p>
|
||||
<table>
|
||||
<tr><td><code>order:views</code></td><td><code>order:latest</code></td><td colspan=3></td></tr>
|
||||
|
|
Loading…
Reference in New Issue
Block a user