From d89c23fbeb7a7666c70066ff362c1a58b49d40c7 Mon Sep 17 00:00:00 2001 From: mattias Date: Fri, 17 Nov 2023 16:42:36 +0100 Subject: [PATCH] fpweb: less hints --- components/fpweb/fpwebtoolsunit.pas | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/components/fpweb/fpwebtoolsunit.pas b/components/fpweb/fpwebtoolsunit.pas index 63398f573c..14fb5054e6 100644 --- a/components/fpweb/fpwebtoolsunit.pas +++ b/components/fpweb/fpwebtoolsunit.pas @@ -381,6 +381,7 @@ end; function ShowEditInputTagForm(const ATagType:string; const ADefValue:string = ''):string; begin + Result:=''; If Not CheckEditor then Exit; With TFpwebNewHTMLInputForm.Create(Application) do try @@ -733,8 +734,6 @@ begin end; procedure InsertTextToCurEditor(const S: string); -var - i:integer; begin { TODO -oalexs : Add code for positiopn cursor to position of char |, also insert curent selection into new string at position of %s }