From 00204cd716f392cbde47cd5371a663241c46710d Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Wed, 29 Apr 2015 16:53:11 +0100 Subject: [PATCH] Fix very error-prone MarkDown table alignment. --- doc/mkws-manual.markdown | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/mkws-manual.markdown b/doc/mkws-manual.markdown index f07cbdc..41fc31f 100644 --- a/doc/mkws-manual.markdown +++ b/doc/mkws-manual.markdown @@ -957,13 +957,13 @@ service_proxy_auth_domain _global_ domain When the server used for a the domain of the server that it proxies for, so that cookies are rewritten to appear to be from this domain. -show_lang lang bool true Indicates whether or not to display the language menu. +show_lang lang bool true Indicates whether or not to display the language menu. -show_perpage ranking bool true Indicates whether or not to display the perpage menu. +show_perpage ranking bool true Indicates whether or not to display the perpage menu. -show_sort ranking bool true Indicates whether or not to display the sort menu. +show_sort ranking bool true Indicates whether or not to display the sort menu. -show_switch switch bool true Indicates whether or not to display the switch menu. +show_switch switch bool true Indicates whether or not to display the switch menu. sort facet, string Specifies the order in which to sort the records retrieved by an facets, auto-executing widget. Must be one of those in the `sort_options` -- 1.7.10.4