string changes

This commit is contained in:
Kovid Goyal
2024-05-31 11:39:39 +05:30
parent e20a15c821
commit 55a19f6228
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -803,7 +803,7 @@ p { margin: 0; }
<div class="bq">NEAR("people" "in Asia" "try")<br>NEAR("Kovid" "calibre", 30)</div>
<p>Here, 30 is the most words allowed between near groups. Defaults to 10 when unspecified.</p>
<div style="margin-top: 1em"><a href="{fts_url}">Full syntax reference</a></div>
<div style="margin-top: 1em"><a href="{fts_url}">Complete syntax reference</a></div>
''' + '</div>').format(fts_url=fts_url))
hp.setFocusPolicy(Qt.FocusPolicy.NoFocus)
hp.document().setDocumentMargin(0)
+1 -1
View File
@@ -204,7 +204,7 @@ def clear_to_help():
<div class="bq">NEAR("people" "in Asia" "try")<br>NEAR("Kovid" "calibre", 30)</div>
<p>Here, 30 is the most words allowed between near groups. Defaults to 10 when unspecified.</p>
<div style="margin-top: 1em"><a href="{fts_url}">Full syntax reference</a></div>
<div style="margin-top: 1em"><a href="{fts_url}">Complete syntax reference</a></div>
''' + '</div>').format(fts_url=fts_url)
container.innerHTML = html
a = container.querySelector('a[href]')