From 3bda33caf0ef6ced2a7a87b9082f14dc76631027 Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Fri, 12 Aug 2005 16:03:21 +0000 Subject: r9266: fix help links in swat editor after doc layout changes (This used to be commit 4d50671602def039034fa03615cc9a205eba89c5) --- source3/web/swat.c | 4 ++-- swat/help/welcome.html | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/source3/web/swat.c b/source3/web/swat.c index 14889e35aa..43dacb2945 100644 --- a/source3/web/swat.c +++ b/source3/web/swat.c @@ -188,12 +188,12 @@ static const char* get_parm_translated( if(strcmp(pLabel, pTranslated) != 0) { pstr_sprintf(output, - " %s       %s
%s", + " %s       %s
%s", pAnchor, pHelp, pLabel, pTranslated); return output; } pstr_sprintf(output, - " %s       %s", + " %s       %s", pAnchor, pHelp, pLabel); return output; } diff --git a/swat/help/welcome.html b/swat/help/welcome.html index 3a6677cb5f..bf045806fe 100644 --- a/swat/help/welcome.html +++ b/swat/help/welcome.html @@ -54,9 +54,9 @@ Please choose a configuration action using one of the above buttons
  • Books -- cgit