From 157f9842962f1b51d2a937bdb10d397cb697be26 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Wed, 5 Nov 2014 11:50:20 +0000 Subject: [PATCH] Shorten some long lines that break formatting. --- doc/mkws-manual.markdown | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/mkws-manual.markdown b/doc/mkws-manual.markdown index e4b81d1..3bda698 100644 --- a/doc/mkws-manual.markdown +++ b/doc/mkws-manual.markdown @@ -590,7 +590,8 @@ yourname.com`: Step 1: add a rewriting authentication alias to the configuration: RewriteEngine on - RewriteRule /spauth/ http://sp-mkws.indexdata.com/service-proxy/?command=auth&action=check,login&username=U&password=PW [P] + RewriteRule /spauth/ http://sp-mkws.indexdata.com/service-proxy/\ + ?command=auth&action=check,login&username=U&password=PW [P] Step 2: set the MKWS configuration item `service_proxy_auth` to `http://yourname.com/spauth/`. @@ -1048,7 +1049,7 @@ from that toolkit. The relevant lines are: href="http://code.jquery.com/ui/1.10.3/themes/smoothness/jquery-ui.css" /> -
+
-- 1.7.10.4