From 0f9c65e489a7b59f76ccbf2ca6e76ab0a1012932 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 1 Mar 2016 19:56:02 +0300 Subject: Fix web server responding with internal server error on POST request with empty body --- brep/options.cli | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'brep/options.cli') 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 "", "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." } }; -- cgit v1.1