From 08a717734534ebebab42ad3733a4df287c6b2b8c Mon Sep 17 00:00:00 2001 From: hickert Date: Thu, 27 Mar 2008 11:09:10 +0000 Subject: [PATCH] Fixed space reduction problem git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10025 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/update-online-help | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gosa-core/update-online-help b/gosa-core/update-online-help index f58bf64b6..7f7cfee9f 100755 --- a/gosa-core/update-online-help +++ b/gosa-core/update-online-help @@ -59,7 +59,7 @@ fi popd &> /dev/null echo -en "\n" >> doc/guide.xml -#sed -i "s~\t~ ~;s~\t~~g;" doc/guide.xml +sed -i s/"[ \t][ \t]*"/" "/g doc/guide.xml echo -en " done.\n" # Core help -- 2.30.2