aboutsummaryrefslogtreecommitdiff
path: root/brep
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2016-03-01 19:56:02 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2016-03-02 17:34:20 +0300
commit0f9c65e489a7b59f76ccbf2ca6e76ab0a1012932 (patch)
tree4de95bfa0a76b838474176e8bb308e43368353b3 /brep
parent4fec7e73201ed50e4a4157cb1ea1f1c63566dd89 (diff)
Fix web server responding with internal server error on POST request with empty body
Diffstat (limited to 'brep')
-rw-r--r--brep/options.cli6
1 files changed, 2 insertions, 4 deletions
diff --git a/brep/options.cli b/brep/options.cli
index 986432a..f3d26d0 100644
--- a/brep/options.cli
+++ b/brep/options.cli
@@ -86,10 +86,8 @@ namespace brep
"<label=link>",
"Web page menu. Each entry is displayed in the page header in the order
specified and aligned to the right edge. A link target that starts
- with \cb{/} or contains \cb{:} is used as is. Otherwise, it is prefixed
- with the repository web interface root."
-
- // @@ Might need updating.
+ with '\cb{/}' or contains '\cb{:}' is used as is. Otherwise, it is
+ prefixed with the repository web interface root."
}
};