summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2020-10-13 09:14:29 +0200
committerGitHub <noreply@github.com>2020-10-13 09:14:29 +0200
commit2a61e0dae003591d01821b25b59987b168fbbddb (patch)
tree14d5bba72c0fb3fb8dc561c3984bc1ccb0bb50b3
parentba39bdcdd99b6ed65bdd3902d080f9a593c9fd98 (diff)
parent70c5e9a22deac44db5e936777bc132f0cb81ec23 (diff)
downloadqutebrowser-2a61e0dae003591d01821b25b59987b168fbbddb.tar.gz
qutebrowser-2a61e0dae003591d01821b25b59987b168fbbddb.zip
Merge pull request #5793 from lufte/bad-asciidoc
Fix bad formatting in tabs.title.format docs
-rw-r--r--doc/help/settings.asciidoc4
-rw-r--r--qutebrowser/config/configdata.yml4
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/help/settings.asciidoc b/doc/help/settings.asciidoc
index fdc096758..7c6134cc1 100644
--- a/doc/help/settings.asciidoc
+++ b/doc/help/settings.asciidoc
@@ -4048,14 +4048,14 @@ The following placeholders are defined:
* `{perc}`: Percentage as a string like `[10%]`.
* `{perc_raw}`: Raw percentage, e.g. `10`.
* `{current_title}`: Title of the current web page.
-* `{title_sep}`: The string ` - ` if a title is set, empty otherwise.
+* `{title_sep}`: The string `" - "` if a title is set, empty otherwise.
* `{index}`: Index of this tab.
* `{aligned_index}`: Index of this tab padded with spaces to have the same
width.
* `{id}`: Internal tab ID of this tab.
* `{scroll_pos}`: Page scroll position.
* `{host}`: Host of the current web page.
-* `{backend}`: Either ''webkit'' or ''webengine''
+* `{backend}`: Either `webkit` or `webengine`
* `{private}`: Indicates when private mode is enabled.
* `{current_url}`: URL of the current web page.
* `{protocol}`: Protocol (http/https/...) of the current web page.
diff --git a/qutebrowser/config/configdata.yml b/qutebrowser/config/configdata.yml
index 8b99e4ff4..23888de2d 100644
--- a/qutebrowser/config/configdata.yml
+++ b/qutebrowser/config/configdata.yml
@@ -1827,14 +1827,14 @@ tabs.title.format:
* `{perc}`: Percentage as a string like `[10%]`.
* `{perc_raw}`: Raw percentage, e.g. `10`.
* `{current_title}`: Title of the current web page.
- * `{title_sep}`: The string ` - ` if a title is set, empty otherwise.
+ * `{title_sep}`: The string `" - "` if a title is set, empty otherwise.
* `{index}`: Index of this tab.
* `{aligned_index}`: Index of this tab padded with spaces to have the same
width.
* `{id}`: Internal tab ID of this tab.
* `{scroll_pos}`: Page scroll position.
* `{host}`: Host of the current web page.
- * `{backend}`: Either ''webkit'' or ''webengine''
+ * `{backend}`: Either `webkit` or `webengine`
* `{private}`: Indicates when private mode is enabled.
* `{current_url}`: URL of the current web page.
* `{protocol}`: Protocol (http/https/...) of the current web page.