mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
string changes
This commit is contained in:
parent
e20a15c821
commit
55a19f6228
@ -803,7 +803,7 @@ p { margin: 0; }
|
|||||||
<div class="bq">NEAR("people" "in Asia" "try")<br>NEAR("Kovid" "calibre", 30)</div>
|
<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>
|
<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))
|
''' + '</div>').format(fts_url=fts_url))
|
||||||
hp.setFocusPolicy(Qt.FocusPolicy.NoFocus)
|
hp.setFocusPolicy(Qt.FocusPolicy.NoFocus)
|
||||||
hp.document().setDocumentMargin(0)
|
hp.document().setDocumentMargin(0)
|
||||||
|
@ -204,7 +204,7 @@ def clear_to_help():
|
|||||||
<div class="bq">NEAR("people" "in Asia" "try")<br>NEAR("Kovid" "calibre", 30)</div>
|
<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>
|
<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)
|
''' + '</div>').format(fts_url=fts_url)
|
||||||
container.innerHTML = html
|
container.innerHTML = html
|
||||||
a = container.querySelector('a[href]')
|
a = container.querySelector('a[href]')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user